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

Commit 2981e92

Browse files
Fix example classname in documentation
Fix for PSR-0/4 compliance. Important for those of us who like to copy/paste examples!
1 parent 95b04ce commit 2981e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/router/fast-route.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ namespace Application\Container;
136136
use Interop\Container\ContainerInterface;
137137
use Zend\Expressive\Router\FastRoute as FastRouteBridge;
138138

139-
class FastRouteFactory
139+
class RouterFactory
140140
{
141141
/**
142142
* @param ContainerInterface $container

0 commit comments

Comments
 (0)