Initial implementation of improved sever model and logic
This commit is contained in:
parent
fb589a7f4e
commit
d4bcf0be59
31 changed files with 223 additions and 158 deletions
|
@ -48,7 +48,7 @@ class NotificationService
|
|||
public function __construct(Server $server)
|
||||
{
|
||||
$this->server = $server;
|
||||
$this->user = User::findOrFail($server->owner);
|
||||
$this->user = User::findOrFail($server->owner_id);
|
||||
}
|
||||
|
||||
public function pass(array $notification)
|
||||
|
|
Reference in a new issue