diff --git a/api/tests/Feature/RegisterTest.php b/api/tests/Feature/RegisterTest.php index 9cbeacaf..87f2582a 100644 --- a/api/tests/Feature/RegisterTest.php +++ b/api/tests/Feature/RegisterTest.php @@ -73,7 +73,7 @@ }); it('requires hcaptcha token in production', function () { - app()->detectEnvironment(fn() => 'production'); + app()->detectEnvironment(fn () => 'production'); $this->postJson('/register', [ 'name' => 'Test User',