You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This custom command updateBuoys does not work as intended.
Steps to reproduce:
$ php artisan updateBuoys
Expected:
The command should update the list of NOAA buoy IDs in local storage and log the timestamp of when the job was completed in the laravel.log file.
Actual
ArgumentCountError
Too few arguments to function App\Jobs\UpdateNoaaBuoys::handle(), 0 passed in /Users/loziuk/code/sun-moon-tide/app/Console/Commands/UpdateBuoyStations.php on line 43 and exactly 1 expected
The text was updated successfully, but these errors were encountered:
Issue:
This custom command
updateBuoys
does not work as intended.Steps to reproduce:
$ php artisan updateBuoys
Expected:
The command should update the list of NOAA buoy IDs in local storage and log the timestamp of when the job was completed in the
laravel.log
file.Actual
The text was updated successfully, but these errors were encountered: