summaryrefslogtreecommitdiff
path: root/sowtheme3.php
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2023-10-16 16:40:51 -0400
committersowgro <tpoke.ferrari@gmail.com>2023-10-16 16:40:51 -0400
commit902e7ea7269d49d4c34222e5cb1c2f03fea1725b (patch)
tree0670e1a91b8bb61beb9d199f079f44b0f33de7e1 /sowtheme3.php
parent753be9b8271a32a1b6319f1a7ee8ba2d63f138a9 (diff)
downloadgrav-sowtheme-902e7ea7269d49d4c34222e5cb1c2f03fea1725b.tar.gz
grav-sowtheme-902e7ea7269d49d4c34222e5cb1c2f03fea1725b.tar.bz2
grav-sowtheme-902e7ea7269d49d4c34222e5cb1c2f03fea1725b.zip
fix naming
Diffstat (limited to 'sowtheme3.php')
-rw-r--r--sowtheme3.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/sowtheme3.php b/sowtheme3.php
deleted file mode 100644
index f157e02..0000000
--- a/sowtheme3.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-namespace Grav\Theme;
-
-use Grav\Common\Theme;
-
-class Sowtheme extends Theme
-{
- // Access plugin events in this class
-}