Preview: Appointment.php
Size: 175 B
/home/getspomw/royalsquad.us/app/Models/Appointment.php
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Appointment extends Model
{
protected $table = 'appointments';
protected $guarded = [];
}
Directory Contents
Dirs: 0 × Files: 9