fix typo add_eta_ser_bank_slip_table. remove eta from bookingcontroller

This commit is contained in:
Too
2018-06-26 12:28:17 +08:00
parent a498d370cf
commit dec9ba9405
2 changed files with 1 additions and 2 deletions
@@ -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');
});
}