fixed module composer view when using named views.
This commit is contained in:
parent
3fbb85768a
commit
ab02e46490
|
@ -86,6 +86,8 @@ protected static function of($name, $data = array())
|
|||
{
|
||||
if ($name === $value or (isset($value['name']) and $name === $value['name']))
|
||||
{
|
||||
$key = ($module !== 'application') ? $module.'::'.$key : $key;
|
||||
|
||||
return new static($key, $data);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue