From 79458731b4f59bdffba9ac4ae862f2512f74f989 Mon Sep 17 00:00:00 2001 From: Chirag Chhatrala Date: Mon, 16 Dec 2024 11:22:22 +0530 Subject: [PATCH] fix pint --- .../2024_03_21_000000_add_captcha_provider_to_forms_table.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/database/migrations/2024_03_21_000000_add_captcha_provider_to_forms_table.php b/api/database/migrations/2024_03_21_000000_add_captcha_provider_to_forms_table.php index 53b51fda0..1e535425e 100644 --- a/api/database/migrations/2024_03_21_000000_add_captcha_provider_to_forms_table.php +++ b/api/database/migrations/2024_03_21_000000_add_captcha_provider_to_forms_table.php @@ -4,8 +4,7 @@ use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -return new class extends Migration -{ +return new class () extends Migration { public function up() { Schema::table('forms', function (Blueprint $table) {