Code that add extra check for #1039

This commit is contained in:
James Cole
2017-12-05 20:50:04 +01:00
parent 1b56765da3
commit e4a0a718d1
3 changed files with 53 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ class Role extends Model
'updated_at' => 'datetime',
];
protected $fillable = ['name','display_name','description'];
/**
* @return \Illuminate\Database\Eloquent\Relations\BelongsToMany
*/