diff --git a/app/Models/Event.php b/app/Models/Event.php index c280797..45952e6 100644 --- a/app/Models/Event.php +++ b/app/Models/Event.php @@ -32,14 +32,6 @@ class Event extends Model 'ages', ]; - /** - * The attributes that are not mass assignable. - * - * @var array - */ - protected $guarded = ['id']; - - /** * Get all of the post's attachments. */