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