database notification not working
it was working fine before
but i dont thy its not working
i try do dumps but not found any wrong data
this is my code
Notification::make()
->title('Penjualan Baru')
->icon('heroicon-o-shopping-bag')
->body('hai')
->sendToDatabase(auth()->user());
i check notification table still empy
but i dont thy its not working
i try do dumps but not found any wrong data
this is my code
Notification::make()
->title('Penjualan Baru')
->icon('heroicon-o-shopping-bag')
->body('hai')
->sendToDatabase(auth()->user());
i check notification table still empy
