File "HotelTerm.php"

Full Path: /home/bettaeza/flyinsyria.com/Hotel/Models/HotelTerm.php
File size: 225 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace Modules\Hotel\Models;

use App\BaseModel;

class HotelTerm extends BaseModel
{
    protected $table = 'bravo_hotel_term';
    protected $fillable = [
        'term_id',
        'target_id'
    ];
}