Fix Laravel Pint formatting
This commit is contained in:
@@ -15,7 +15,7 @@ class AuthSessionServiceTest extends TestCase
|
||||
parent::setUp();
|
||||
// ApplicationUrlService is final (cannot be mocked); these tests only exercise
|
||||
// relative-path sanitization and never call docsHomeUrl().
|
||||
$this->svc = new AuthSessionService(new ApplicationUrlService());
|
||||
$this->svc = new AuthSessionService(new ApplicationUrlService);
|
||||
}
|
||||
|
||||
public function test_sanitize_redirect_relative(): void
|
||||
|
||||
Reference in New Issue
Block a user