Commit ab02e464 by Taylor Otwell

fixed module composer view when using named views.

parent 3fbb8576
......@@ -86,6 +86,8 @@ class View {
{
if ($name === $value or (isset($value['name']) and $name === $value['name']))
{
$key = ($module !== 'application') ? $module.'::'.$key : $key;
return new static($key, $data);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment