© 2026 Hedgehog Software, LLC
Notification::make() ->title('Saved successfully') ->sendToDatabase($someUser); event(new DatabaseNotificationsSent($someUser));
$someUser
Notification::make() ->title('Saved successfully') ->send();