From 8e941760228e4e2a9c2442163ebacf10edae691e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 9 Mar 2018 23:08:00 +0000 Subject: [PATCH] Small typo fix --- Actions/Index.php | 2 +- Actions/Setup.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()