Skip to content

Commit ec86fa1

Browse files
Update docs/en/identifiers.rst
Co-authored-by: Mark Story <mark@mark-story.com>
1 parent 51ee9b3 commit ec86fa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/identifiers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ reside under ``App\Identifier\Resolver`` namespace.
188188
Resolver can be configured using ``resolver`` config option::
189189

190190
$identifier = [
191-
'Authentication.Password', [
191+
'Authentication.Password' => [
192192
'resolver' => [
193193
// can be a full class name: \Some\Other\Custom\Resolver::class
194194
'className' => 'MyResolver',

0 commit comments

Comments
 (0)