Update Audition.php
This commit is contained in:
parent
1501764a51
commit
a14330ff0d
|
|
@ -17,6 +17,9 @@ class Audition extends Model
|
||||||
{
|
{
|
||||||
use HasFactory;
|
use HasFactory;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int|mixed
|
||||||
|
*/
|
||||||
protected $guarded = [];
|
protected $guarded = [];
|
||||||
|
|
||||||
public function event(): BelongsTo
|
public function event(): BelongsTo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue