chore: remove unused waitlist stuff

This commit is contained in:
peaklabs-dev
2024-12-09 12:00:54 +01:00
parent 19064beb2a
commit d9248508b4
11 changed files with 31 additions and 350 deletions

View File

@@ -1,12 +0,0 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
class Waitlist extends BaseModel
{
use HasFactory;
protected $guarded = [];
}