settings and page view

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

View File

@ -14,7 +14,7 @@ class AlterAddExpectsPaymentToReservedTicketsTable extends Migration
public function up()
{
Schema::table('reserved_tickets', function (Blueprint $table) {
$table->dateTime('expexts_payment_at')->nullable();
$table->dateTime('expects_payment_at')->nullable();
});
}