Database Notifications not saving in table

My database notification that I want to make at the end of a console command is not saving, any ideas?
use Filament\Notifications\Notification;

// ...

Notification::make()
->title("New calls: $newCalls")
->sendToDatabase(User::find(1));
use Filament\Notifications\Notification;

// ...

Notification::make()
->title("New calls: $newCalls")
->sendToDatabase(User::find(1));
Solution:
Ignore me, I didnt have php artisan queue:work running
Jump to solution
1 Reply
Solution
TheRealTeeHill
TheRealTeeHill7mo ago
Ignore me, I didnt have php artisan queue:work running
Want results from more Discord servers?
Add your server