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