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