settings and page view
This commit is contained in:
parent
edaa2bc298
commit
ae0b1f59ce
|
|
@ -26,7 +26,7 @@ class AlterAddExpectsPaymentToReservedTicketsTable extends Migration
|
|||
public function down()
|
||||
{
|
||||
Schema::table('reserved_tickets', function (Blueprint $table) {
|
||||
$table->dropColumn('expects_payment_at');
|
||||
$table->dropColumn('expexts_payment_at');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue