mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Added missing paren from previous commit.
This commit is contained in:
parent
2413b9cc63
commit
cd7e1eb664
@ -53,7 +53,7 @@ class Finder {
|
||||
{
|
||||
$route = $recursiveIterator->getSubIterator();
|
||||
|
||||
if (isset($route['name'] and $route['name'] == $name)
|
||||
if (isset($route['name']) and $route['name'] == $name)
|
||||
{
|
||||
return static::$names[$name] = array($arrayIterator->key() => iterator_to_array($route));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user