Rewrite tabulation #14
|
|
@ -17,6 +17,9 @@ class Audition extends Model
|
|||
{
|
||||
use HasFactory;
|
||||
|
||||
/**
|
||||
* @var int|mixed
|
||||
*/
|
||||
protected $guarded = [];
|
||||
|
||||
public function event(): BelongsTo
|
||||
|
|
|
|||
Loading…
Reference in New Issue