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 25604e3 commit 613295bCopy full SHA for 613295b
src/ExpressionLanguage/ExpressionFunction/Security/GetUser.php
@@ -14,7 +14,7 @@ public function __construct()
14
{
15
parent::__construct(
16
'getUser',
17
- fn () => "$this->gqlServices->get('".Security::class.'\')->getUser()',
+ fn () => "$this->gqlServices->get('".Security::class."')->getUser()",
18
static fn (array $arguments) => $arguments[TypeGenerator::GRAPHQL_SERVICES]->get(Security::class)->getUser()
19
);
20
}
0 commit comments