File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/Database/Migrations Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 44use Illuminate \Database \Schema \Blueprint ;
55use Illuminate \Support \Facades \Schema ;
66
7- return new class () extends Migration
7+ return new class extends Migration
88{
99 public function up ()
1010 {
Original file line number Diff line number Diff line change 44use Illuminate \Database \Schema \Blueprint ;
55use Illuminate \Support \Facades \Schema ;
66
7- return new class () extends Migration
7+ return new class extends Migration
88{
99 public function up ()
1010 {
You can’t perform that action at this time.
0 commit comments