Create tests for app/Models/Event

This commit is contained in:
Matt Young 2025-07-03 14:29:19 -05:00
parent f12dd416d7
commit 731a6440b1
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ use Illuminate\Database\Eloquent\Relations\HasManyThrough;
class Event extends Model class Event extends Model
{ {
use HasFactory; use HasFactory;
protected $guarded =[];
protected $guarded = [];
public function auditions(): HasMany public function auditions(): HasMany
{ {