We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966252a commit 28faf97Copy full SHA for 28faf97
tests/Providers/ServiceProviderTest.php
@@ -33,8 +33,8 @@ public function itRegistersHttpFacadeMacroForRequest(): void
33
34
// assert
35
Http::assertSent(static function (Request $request) {
36
- return $request->hasHeader('Content-Type', 'application/vnd.api+json') &&
37
- $request->hasHeader('Accept', 'application/vnd.api+json');
+ return $request->hasHeader('Content-Type', 'application/vnd.api+json')
+ && $request->hasHeader('Accept', 'application/vnd.api+json');
38
});
39
}
40
0 commit comments