From 38bac13859430b20affd44f9431573c9f7ae950c Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Thu, 19 Sep 2024 11:38:31 -0400 Subject: [PATCH] Re-add braces to adhere to style --- database/migrations/create_workflow_tables.php.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/create_workflow_tables.php.stub b/database/migrations/create_workflow_tables.php.stub index df7e41f..6a6b71a 100644 --- a/database/migrations/create_workflow_tables.php.stub +++ b/database/migrations/create_workflow_tables.php.stub @@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; -return new class extends Migration +return new class() extends Migration { public function up(): void {