diff --git a/bin/serve b/bin/serve index c7dea01..73d270f 100755 --- a/bin/serve +++ b/bin/serve @@ -2,7 +2,7 @@ run(); \ No newline at end of file +$app->run(); diff --git a/src/Command/StartCommand.php b/src/Cli/StartCommand.php similarity index 98% rename from src/Command/StartCommand.php rename to src/Cli/StartCommand.php index a61dc13..1a5d72d 100644 --- a/src/Command/StartCommand.php +++ b/src/Cli/StartCommand.php @@ -1,5 +1,5 @@