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