diff --git a/Actions/Index.php b/Actions/Index.php index 82d2546..4911fc7 100644 --- a/Actions/Index.php +++ b/Actions/Index.php @@ -6,7 +6,7 @@ use \Yosymfony\Toml\Toml; use \SBRL\Utilities\SimpleXmlWriter; -class index extends \Sandpiper\AbstractAction +class Index extends \Sandpiper\AbstractAction { public function __construct() diff --git a/Actions/Setup.php b/Actions/Setup.php index 71dba26..03b49ab 100644 --- a/Actions/Setup.php +++ b/Actions/Setup.php @@ -2,7 +2,7 @@ namespace Sandpiper\Actions; -class index extends \Sandpiper\AbstractAction +class Setup extends \Sandpiper\AbstractAction { public function __construct()