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

Commit e9203a9

Browse files
committed
Merge pull request #99 from moderndeveloperllc/patch-1
Fix example classname in documentation
2 parents 56bedc4 + 2981e92 commit e9203a9

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)