File "HolidaysList.php"

Full Path: /home/isoftco/public_html/hrm/app/Models/HolidaysList.php
File size: 150 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class HolidaysList extends Model
{

    protected $table = "holidays_list";

}