Skip to content

Commit cdc4fa1

Browse files
Update authenticators.rst
Proper return added in getAuthenticationService(),
1 parent 14b2c56 commit cdc4fa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/en/authenticators.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ Add the following to your ``Application`` class::
175175
'algorithm' => 'RS256',
176176
'returnPayload' => false
177177
]);
178+
179+
return $service;
178180
}
179181

180182
In your ``UsersController``::

0 commit comments

Comments
 (0)