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 {