Update Audition.php

This commit is contained in:
Matt Young 2024-07-13 23:27:31 -05:00
parent 1501764a51
commit a14330ff0d
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ class Audition extends Model
{
use HasFactory;
/**
* @var int|mixed
*/
protected $guarded = [];
public function event(): BelongsTo