mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 12:24:09 +00:00
fix typo add_eta_ser_bank_slip_table. remove eta from bookingcontroller
This commit is contained in:
@@ -238,7 +238,6 @@ class BookingController extends Controller
|
||||
$booking->rmb_book_amount = $request->input('amount');
|
||||
$booking->status = 2;
|
||||
$booking->bia = $bia;
|
||||
$booking->estimated_arrival_time = $request->input('estimated_arrival_time');
|
||||
// $booking->user_id = $user->id;
|
||||
$booking->user()->associate($user);
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ class AddEtaUserBankSlipTable extends Migration
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
Schema::create('user_bank_slips', function (Blueprint $table) {
|
||||
Schema::table('user_bank_slips', function (Blueprint $table) {
|
||||
$table->integer('estimated_arrival_time');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user