Skip to content

Commit ba2dd89

Browse files
mcg-webmurtukov
authored andcommitted
Improve syntax
Co-authored-by: Timur Murtukov <[email protected]>
1 parent 29672bf commit ba2dd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExpressionLanguage/ExpressionFunction/Security/IsRememberMe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function __construct()
1414
{
1515
parent::__construct(
1616
'isRememberMe',
17-
fn () => "$this->gqlServices->get('".Security::class.'\')->isRememberMe()',
17+
fn () => "$this->gqlServices->get('".Security::class."')->isRememberMe()",
1818
static fn (array $arguments) => $arguments[TypeGenerator::GRAPHQL_SERVICES]->get(Security::class)->isRememberMe()
1919
);
2020
}

0 commit comments

Comments
 (0)