fix bug in route.
This commit is contained in:
@@ -191,6 +191,8 @@ class Route {
|
|||||||
*/
|
*/
|
||||||
protected function patterns()
|
protected function patterns()
|
||||||
{
|
{
|
||||||
|
$filters = array();
|
||||||
|
|
||||||
// We will simply iterate through the registered patterns and
|
// We will simply iterate through the registered patterns and
|
||||||
// check the URI pattern against the URI for the route and
|
// check the URI pattern against the URI for the route and
|
||||||
// if they match we'll attach the filter.
|
// if they match we'll attach the filter.
|
||||||
|
|||||||
Reference in New Issue
Block a user