Fix guarding for fixtures now that models aren't unguarded by seeders

This commit is contained in:
Ben Thomson 2020-01-19 22:41:28 +08:00
parent 8279bc63e4
commit 9be2decce3
No known key found for this signature in database
GPG Key ID: B2BAFACC5ED68F87
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use October\Rain\Halcyon\Datasource\FileDatasource;
class CmsThemeTemplateFixture extends Model
{
protected $fillable = ['*'];
protected $guarded = [];
public $timestamps = false;