mirror of
https://github.com/tiennm99/coolify.git
synced 2026-06-04 16:14:06 +00:00
chore: fix typo
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ class User extends Authenticatable implements SendsEmail
|
||||
return $this->belongsToMany(Team::class)->withPivot('role');
|
||||
}
|
||||
|
||||
public function getRecepients($notification)
|
||||
public function getRecipients($notification)
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user