fixed test

This commit is contained in:
Cüneyt Şentürk 2022-07-20 17:55:04 +03:00
parent d48fcc3fd9
commit 25ba500fe9

View File

@ -15,7 +15,7 @@ class UserRole extends Model
* *
* @var array * @var array
*/ */
protected $fillable = ['user_id', 'role_id', 'user_type']; protected $fillable = ['user_id', 'role_id'];
/** /**
* Indicates if the model should be timestamped. * Indicates if the model should be timestamped.