fixed test
This commit is contained in:
parent
d48fcc3fd9
commit
25ba500fe9
|
|
@ -15,7 +15,7 @@ class UserRole extends Model
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = ['user_id', 'role_id', 'user_type'];
|
||||
protected $fillable = ['user_id', 'role_id'];
|
||||
|
||||
/**
|
||||
* Indicates if the model should be timestamped.
|
||||
|
|
|
|||
Loading…
Reference in New Issue