From e1bda4ce4020c53e74a42894a01af39b058c8ab7 Mon Sep 17 00:00:00 2001 From: atmonshi Date: Sat, 17 Feb 2024 05:12:01 +0000 Subject: [PATCH] Fix styling --- src/Console/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :)'); } }