diff --git a/database/migrations/2024_12_06_190555_modify_columns_names_in_delayed_jobs_table.php b/database/migrations/2024_12_06_190555_modify_columns_names_in_delayed_jobs_table.php index ecf8de80..b13e0e2e 100644 --- a/database/migrations/2024_12_06_190555_modify_columns_names_in_delayed_jobs_table.php +++ b/database/migrations/2024_12_06_190555_modify_columns_names_in_delayed_jobs_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 { /** * Run the migrations. */