From 5495b5ae1d8c2b5b0251af7b73851f2abfb4486c Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 7 Jun 2024 14:06:36 +0000 Subject: [PATCH] Apply fixes from StyleCI --- .../2024_06_07_083226_add_content_fields_to_taxons_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Category/resources/database/migrations/2024_06_07_083226_add_content_fields_to_taxons_table.php b/src/Category/resources/database/migrations/2024_06_07_083226_add_content_fields_to_taxons_table.php index 1d886314..0fbe4481 100644 --- a/src/Category/resources/database/migrations/2024_06_07_083226_add_content_fields_to_taxons_table.php +++ b/src/Category/resources/database/migrations/2024_06_07_083226_add_content_fields_to_taxons_table.php @@ -6,7 +6,7 @@ use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -return new class extends Migration { +return new class () extends Migration { public function up(): void { Schema::table('taxons', function (Blueprint $table) {