File "HotelRoomTerm.php"

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

<?php
namespace Modules\Hotel\Models;

use App\BaseModel;

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