settings and page view

This commit is contained in:
merdan 2020-04-08 16:04:47 +05:00
parent edaa2bc298
commit ae0b1f59ce
1 changed files with 1 additions and 1 deletions

View File

@ -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');
});
}
}