Skip to content

Commit c8c648f

Browse files
committed
php-cs-fixer
1 parent 0751eee commit c8c648f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

database/migrations/2022_12_12_213937_update_mail_settings_to_new_format.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
use Illuminate\Support\Facades\DB;
44
use Illuminate\Database\Migrations\Migration;
55

6-
return new class extends Migration
7-
{
6+
return new class () extends Migration {
87
/**
98
* Run the migrations.
109
*/

0 commit comments

Comments
 (0)