diff --git a/src/Commands/UpdaterCommand.php b/src/Commands/UpdaterCommand.php index 6ca606b..b6abf5a 100644 --- a/src/Commands/UpdaterCommand.php +++ b/src/Commands/UpdaterCommand.php @@ -28,8 +28,11 @@ public function handle(): int $this->components->twoColumnDetail('Application updated', Updater::getCurrentVersion()); - $this->components->line('Thank you for using this package! ❤️'); - $this->components->line('Consider supporting my work: https://github.com/sponsors/salahhusa9'); + $this->components->info(' + Thank you for using this package! ❤️ + Consider supporting my work: + https://github.com/sponsors/salahhusa9 + '); return self::SUCCESS; }