mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-20 23:21:09 +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