Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 84152cb

Browse files
committed
Fixes namespace for listener class in code example
1 parent 99dccab commit 84152cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/cookbook/setting-module-specific-layouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Extend the module class to register the listener, e.g.
9191
```php
9292
namespace Admin;
9393

94-
use Application\Listener\LayoutListener;
94+
use Admin\Listener\LayoutListener;
9595
use Zend\Mvc\MvcEvent;
9696
use Zend\View\Resolver\TemplateMapResolver;
9797

0 commit comments

Comments
 (0)