Add active to Team fillable
This commit is contained in:
parent
3bac7dcf6b
commit
a68c7936a6
@ -14,7 +14,7 @@ class Team extends Model
|
|||||||
{
|
{
|
||||||
use ScopeActive;
|
use ScopeActive;
|
||||||
|
|
||||||
protected $fillable = ['team_id'];
|
protected $fillable = ['team_id','active'];
|
||||||
protected $table = 'slack_teams';
|
protected $table = 'slack_teams';
|
||||||
|
|
||||||
/* RELATIONS */
|
/* RELATIONS */
|
||||||
|
Loading…
Reference in New Issue
Block a user