diff --git a/src/Console/InstallCommand.php b/src/Console/InstallCommand.php index 6a74341..51079bb 100644 --- a/src/Console/InstallCommand.php +++ b/src/Console/InstallCommand.php @@ -51,7 +51,7 @@ public function handle(): void $this->info('running migrations...'); $this->call('migrate'); - + $this->output->success('Zeus Sky has been Installed successfully, consider ⭐️ the package in filament site :)'); } }