View file hrm-saas-2.5.7/script/app/Models/HolidaysList.php
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class HolidaysList extends Model
{
protected $table = "holidays_list";
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class HolidaysList extends Model
{
protected $table = "holidays_list";
}