Skip to content

Commit bde2332

Browse files
ousidgithub-actions[bot]
authored andcommitted
Fix styling
1 parent d74a01c commit bde2332

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Forms/Components/Turnstile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected function setUp(): void
2525

2626
$this->required();
2727

28-
$this->rule(new TurnstileCheck());
28+
$this->rule(new TurnstileCheck);
2929

3030
$this->dehydrated(false);
3131
}

tests/Database/Migrations/create_contacts_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
public function up()
1010
{

tests/Database/Migrations/create_users_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
public function up()
1010
{

0 commit comments

Comments
 (0)