From 731a6440b141d179e9cd2fd1bdd1b9ccf6aaf038 Mon Sep 17 00:00:00 2001 From: Matt Young Date: Thu, 3 Jul 2025 14:29:19 -0500 Subject: [PATCH] Create tests for app/Models/Event --- app/Models/Event.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Models/Event.php b/app/Models/Event.php index 07fe9df..3aaa0ca 100644 --- a/app/Models/Event.php +++ b/app/Models/Event.php @@ -10,7 +10,8 @@ use Illuminate\Database\Eloquent\Relations\HasManyThrough; class Event extends Model { use HasFactory; - protected $guarded =[]; + + protected $guarded = []; public function auditions(): HasMany {