skip to Main Content

BadMethodCallException when using ralphjsmit/laravel-horizon-cron-supervisor package

When I update my project (compose update), I get the next error: $ composer update ... > IlluminateFoundationComposerScripts::postAutoloadDump > @php artisan package:discover --ansi BadMethodCallException Method IlluminateConsoleSchedulingEvent::tap does not exist. at vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php:113 109▕ */ 110▕ public function __call($method, $parameters) 111▕ {…

VIEW QUESTION
Back To Top
Search