Create tests for app/Models/Event
This commit is contained in:
parent
f12dd416d7
commit
731a6440b1
|
|
@ -10,7 +10,8 @@ use Illuminate\Database\Eloquent\Relations\HasManyThrough;
|
|||
class Event extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
protected $guarded =[];
|
||||
|
||||
protected $guarded = [];
|
||||
|
||||
public function auditions(): HasMany
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue