mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-21 21:34:16 +00:00
merge master
This commit is contained in:
@@ -7,5 +7,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Booking extends Model
|
||||
{
|
||||
// protected $guarded = [];
|
||||
// TODO : add term, amount, rate_id (FK), user_id (FK)
|
||||
protected $fillable = ['account_name', 'account_num', 'bank_name', 'bank_branch', 'company_name', 'company_address', 'bank_address', 'swift_code', 'cnap' ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user