remove unnecessary guarded

This commit is contained in:
2023-03-10 13:46:06 +10:00
parent d5a703026a
commit e11211fcc7

View File

@@ -32,14 +32,6 @@ class Event extends Model
'ages',
];
/**
* The attributes that are not mass assignable.
*
* @var array<string>
*/
protected $guarded = ['id'];
/**
* Get all of the post's attachments.
*/