diff --git a/src/NewCommand.php b/src/NewCommand.php index 83079ea..478b52d 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -140,8 +140,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int ->askToPushToGithub() ->askToSpreadJoy() ->installBaseProject() - ->installStarterKit() ->enableStatamicPro() + ->installStarterKit() ->makeSuperUser() ->configureDatabaseConnection() ->installEloquentDriver()