From 849342ff4d6e93e6702a72cd3746b405afa82237 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Mon, 13 Feb 2023 17:04:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2023_02_13_161436_add_last_paid_to_hosts_table.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/database/migrations/2023_02_13_161436_add_last_paid_to_hosts_table.php b/database/migrations/2023_02_13_161436_add_last_paid_to_hosts_table.php index 2f8c7d3..8cf21f6 100644 --- a/database/migrations/2023_02_13_161436_add_last_paid_to_hosts_table.php +++ b/database/migrations/2023_02_13_161436_add_last_paid_to_hosts_table.php @@ -4,7 +4,8 @@ use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -return new class extends Migration { +return new class extends Migration +{ /** * Run the migrations. *