mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
fix registration
This commit is contained in:
@@ -9,6 +9,7 @@ class Team extends BaseModel
|
||||
];
|
||||
protected $fillable = [
|
||||
'name',
|
||||
'personal_team'
|
||||
];
|
||||
public function projects() {
|
||||
return $this->hasMany(Project::class);
|
||||
|
||||
Reference in New Issue
Block a user