Small typo fix
This commit is contained in:
parent
04b63eb281
commit
8e94176022
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ use \Yosymfony\Toml\Toml;
|
||||||
|
|
||||||
use \SBRL\Utilities\SimpleXmlWriter;
|
use \SBRL\Utilities\SimpleXmlWriter;
|
||||||
|
|
||||||
class index extends \Sandpiper\AbstractAction
|
class Index extends \Sandpiper\AbstractAction
|
||||||
{
|
{
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
namespace Sandpiper\Actions;
|
namespace Sandpiper\Actions;
|
||||||
|
|
||||||
class index extends \Sandpiper\AbstractAction
|
class Setup extends \Sandpiper\AbstractAction
|
||||||
{
|
{
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
|
|
Reference in a new issue