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 1756557 commit 00edadbCopy full SHA for 00edadb
src/Support/Format.php
@@ -34,9 +34,7 @@ class Format implements ResponseFormat
34
35
protected int $statusCode = 200;
36
37
- public function __construct(protected array $config = [])
38
- {
39
- }
+ public function __construct(protected array $config = []) {}
40
41
/**
42
* Return a new JSON response from the application.
0 commit comments