From e11211fcc7ad8b7579035bd81f69d1b43a06f73e Mon Sep 17 00:00:00 2001 From: James Collins Date: Fri, 10 Mar 2023 13:46:06 +1000 Subject: [PATCH] remove unnecessary guarded --- app/Models/Event.php | 8 -------- 1 file changed, 8 deletions(-) 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. */