Skip to content

Commit

Permalink
Fix tasks to start/restart Laravel Reverb (#3959)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwert1x authored Nov 21, 2024
1 parent 538ca83 commit c81344e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ function laravel_version_compare($version, $comparator)
*/

desc('Starts the Reverb server');
task('artisan:reverb:start', artisan('pulse:start'));
task('artisan:reverb:start', artisan('reverb:start'));

desc('Restarts the Reverb server');
task('artisan:reverb:restart', artisan('pulse:restart'));
task('artisan:reverb:restart', artisan('reverb:restart'));

/*
* Pulse.
Expand Down

0 comments on commit c81344e

Please sign in to comment.