creation of the create and get routes for Notifications

This commit is contained in:
2025-11-14 17:41:01 +01:00
parent 3c2128b9b7
commit 901c6ab68e
3 changed files with 48 additions and 0 deletions
+4
View File
@@ -56,3 +56,7 @@ class User extends Authenticatable
return $this->belongsToMany(Notification::class, 'user_notification', 'user_id', 'notification_id');
}
}