Skip to content

Commit 613295b

Browse files
mcg-webmurtukov
andauthored
Improve syntax
Co-authored-by: Timur Murtukov <[email protected]>
1 parent 25604e3 commit 613295b

File tree

1 file changed

+1
-1
lines changed
  • src/ExpressionLanguage/ExpressionFunction/Security

1 file changed

+1
-1
lines changed

src/ExpressionLanguage/ExpressionFunction/Security/GetUser.php

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

0 commit comments

Comments
 (0)