Laravel Error: Object of type Illuminate\Console\Scheduling\Event is not callable
Another day, another really fun error that no one but me seems to have ever suffered in production.
For me, this error was caused by missing extra parentheses on the scheduled call.
$schedule->command('twilio:get')->dailyAt('20:00')();
Stack trace of...
guywarner.dev1 min read