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

Commit 7151975

Browse files
committed
fix helper factory namespace
1 parent ee45a42 commit 7151975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To use the `UrlHelper` provided in this package, ensure that you register its
3535
factory in that configuration:
3636

3737
```php
38-
use Zend\Expressive\ZendView\UrlHelperFactory;
38+
use Zend\Expressive\Helper\UrlHelperFactory;
3939

4040
return [
4141
'view_helpers' => [

0 commit comments

Comments
 (0)