View file hrm-saas-2.5.7/script/app/Models/HolidaysList.php

File size: 150B
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class HolidaysList extends Model
{

    protected $table = "holidays_list";

}