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. *