File "Country.php"
Full Path: /home/isoftco/public_html/hrm/app/Models/Country.php
File size: 115 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Models;
class Country extends BaseModel
{
protected $fillable = [];
}