diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-10-16 16:40:51 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-10-16 16:40:51 -0400 |
commit | 902e7ea7269d49d4c34222e5cb1c2f03fea1725b (patch) | |
tree | 0670e1a91b8bb61beb9d199f079f44b0f33de7e1 /sowtheme.php | |
parent | 753be9b8271a32a1b6319f1a7ee8ba2d63f138a9 (diff) | |
download | grav-sowtheme-902e7ea7269d49d4c34222e5cb1c2f03fea1725b.tar.gz grav-sowtheme-902e7ea7269d49d4c34222e5cb1c2f03fea1725b.tar.bz2 grav-sowtheme-902e7ea7269d49d4c34222e5cb1c2f03fea1725b.zip |
fix naming
Diffstat (limited to 'sowtheme.php')
-rw-r--r-- | sowtheme.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sowtheme.php b/sowtheme.php new file mode 100644 index 0000000..f157e02 --- /dev/null +++ b/sowtheme.php @@ -0,0 +1,9 @@ +<?php +namespace Grav\Theme; + +use Grav\Common\Theme; + +class Sowtheme extends Theme +{ + // Access plugin events in this class +} |