Skip to content

Commit 6c74871

Browse files
committed
pint
1 parent a79328e commit 6c74871

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

app/Mail/ScorecardLink.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ class ScorecardLink extends Mailable
1818
*/
1919
public function __construct(
2020
public Scorecard $scorecard,
21-
) {
22-
}
21+
) {}
2322

2423
/**
2524
* Get the message envelope.

database/migrations/2024_06_18_133844_create_notes_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use Illuminate\Database\Schema\Blueprint;
55
use Illuminate\Support\Facades\Schema;
66

7-
return new class() extends Migration
7+
return new class extends Migration
88
{
99
/**
1010
* Run the migrations.

database/migrations/2024_06_22_002422_add_is_admin_column_to_users.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use Illuminate\Database\Schema\Blueprint;
55
use Illuminate\Support\Facades\Schema;
66

7-
return new class() extends Migration
7+
return new class extends Migration
88
{
99
/**
1010
* Run the migrations.

0 commit comments

Comments
 (0)