File "BoatTerm.php"

Full Path: /home/bettaeza/flyinsyria.com/Boat/Models/BoatTerm.php
File size: 222 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace Modules\Boat\Models;

use App\BaseModel;

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