File "PaymentMeta.php"
Full Path: /home/bettaeza/flyinsyria.com/Booking/Models/PaymentMeta.php
File size: 265 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Modules\Booking\Models;
use App\BaseModel;
class PaymentMeta extends BaseModel
{
protected $table = 'bravo_booking_payment_meta';
protected $fillable = [
'name' ,
'val' ,
'payment_id',
];
}