Skip to content

Commit 0f8240e

Browse files
committed
Fixed comment in example code showing how to map the service name AuthorizationInterface to a factory
1 parent f770fba commit 0f8240e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/v1/auth-adapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ following ways:
3131

3232
return [
3333
'dependencies' => [
34-
// Using an alias:
34+
// Using a factory:
3535
'factories' => [
3636
AuthorizationInterface::class => ZendAclFactory::class,
3737
],

0 commit comments

Comments
 (0)