Skip to content

Commit d2400ae

Browse files
committed
fix: the 'root' attribute was added to the fillable list
1 parent d767f42 commit d2400ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Models/ModelSetting.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class ModelSetting extends Model
1111
* @inheritDoc
1212
*/
1313
protected $fillable = [
14+
'root',
1415
'path',
1516
'name',
1617
'scope',

0 commit comments

Comments
 (0)