mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-30 09:44:15 +00:00
Add ETA for booking table
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ class Booking extends Model
|
||||
"usd_book_bank_branch");
|
||||
|
||||
protected $fillable = ['term', 'rate_id', 'user_id', 'amount', 'account_name', 'account_num', 'bank_name',
|
||||
'bank_branch', 'company_name'];
|
||||
'bank_branch', 'company_name' , 'estimated_arrival_time'];
|
||||
|
||||
public $timestamps = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user