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 a79efd8 commit 527b96bCopy full SHA for 527b96b
src/Tag/DebugRequestTag.php
@@ -7,6 +7,6 @@ class DebugRequestTag extends StringTag
7
{
8
public function __construct(string $value)
9
10
- parent::__construct('debug.request', $value);
+ parent::__construct('debug', $value);
11
}
12
0 commit comments