app/Models/Spell.php: add id to fillable array.
This commit is contained in:
parent
c8eab74420
commit
87d1d6fd58
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ class Spell extends Model
|
|||
* @var array
|
||||
*/
|
||||
protected $fillable = [
|
||||
'id',
|
||||
'name',
|
||||
'slug'
|
||||
];
|
||||
|
|
|
|||
Reference in a new issue