|
@@ -200,8 +200,6 @@ class Router {
|
|
|
|
|
|
$action = array('uses' => Bundle::prefix($bundle).'home@index');
|
|
|
|
|
|
- $action['handles'] = array($destination);
|
|
|
-
|
|
|
return new Route($method.' '.$uri, $action);
|
|
|
}
|
|
|
|
|
@@ -245,8 +243,6 @@ class Router {
|
|
|
|
|
|
$action = array('uses' => $prefix.$controller.'@'.$method);
|
|
|
|
|
|
- $action['handles'] = array($destination);
|
|
|
-
|
|
|
return new Route($destination, $action, $segments);
|
|
|
}
|
|
|
}
|