clear completed TODO
This commit is contained in:
parent
01fc9fc901
commit
568109587c
|
|
@ -12,8 +12,8 @@ use Illuminate\Database\Eloquent\Relations\HasManyThrough;
|
||||||
class Room extends Model
|
class Room extends Model
|
||||||
{
|
{
|
||||||
use HasFactory;
|
use HasFactory;
|
||||||
|
|
||||||
protected $guarded = [];
|
protected $guarded = [];
|
||||||
//TODO can a user add rooms?
|
|
||||||
|
|
||||||
public function auditions(): HasMany
|
public function auditions(): HasMany
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue