Skip to content

Commit

Permalink
Update UpdaterCommand.php with sponsor message and link
Browse files Browse the repository at this point in the history
  • Loading branch information
salahhusa9 committed Jul 17, 2024
1 parent d506e05 commit ea44706
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Commands/UpdaterCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ea44706

Please sign in to comment.