Skip to content

Commit

Permalink
Fix missing property definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 21, 2014
1 parent 16c8417 commit bcd672f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Routing/RouteCollection.php
Expand Up @@ -52,6 +52,13 @@ class RouteCollection {
*/
protected $_named = [];

/**
* Routes indexed by path prefix.
*
* @var array
*/
protected $_paths = [];

/**
* Add a route to the collection.
*
Expand Down

0 comments on commit bcd672f

Please sign in to comment.