diff --git a/src/Commands/InitCommand.php b/src/Commands/InitCommand.php index 3e33103..f169937 100644 --- a/src/Commands/InitCommand.php +++ b/src/Commands/InitCommand.php @@ -214,12 +214,12 @@ public function handle(): void $this->setupComposerHooks(); + $this->setAutoDocContactEmail($this->codeOwnerEmail); + foreach ($this->shellCommands as $shellCommand) { shell_exec("{$shellCommand} --ansi"); } - $this->setAutoDocContactEmail($this->codeOwnerEmail); - Artisan::call('migrate'); }