Merge branch 'fix/notification' into 'master'

fix migration error

See merge request CIEFWorldwideSdnBhd/exchange!125
This commit is contained in:
Jack Goh
2018-08-20 09:25:17 +00:00
@@ -26,8 +26,5 @@ class AddBillingFieldToSupplierbookingTable extends Migration
*/
public function down()
{
Schema::table('supplier_bookings', function (Blueprint $table) {
$table->dropColumn('billing_amount');
});
}
}