From ea44706f358a426faba1207f85ac7aa240c9a09e Mon Sep 17 00:00:00 2001 From: salah eddine bendyab Date: Wed, 17 Jul 2024 21:24:58 +0100 Subject: [PATCH] Update UpdaterCommand.php with sponsor message and link --- src/Commands/UpdaterCommand.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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; }