mirror of
https://github.com/ershisan99/coolify.git
synced 2026-02-02 12:34:49 +00:00
wip
This commit is contained in:
@@ -66,7 +66,10 @@ class Team extends Model implements SendsDiscord, SendsEmail
|
||||
}
|
||||
|
||||
|
||||
|
||||
public function subscription()
|
||||
{
|
||||
return $this->hasOne(Subscription::class);
|
||||
}
|
||||
public function projects()
|
||||
{
|
||||
return $this->hasMany(Project::class);
|
||||
|
||||
Reference in New Issue
Block a user