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 d31d59c commit ee7a7f7Copy full SHA for ee7a7f7
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