creation of the create and get routes for Notifications
This commit is contained in:
@@ -56,3 +56,7 @@ class User extends Authenticatable
|
||||
return $this->belongsToMany(Notification::class, 'user_notification', 'user_id', 'notification_id');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user