Commit 89cb4fe8 authored by Taylor Otwell's avatar Taylor Otwell

Merge branch 'hotfix/composers'

parents 3fbb8576 ab02e464
......@@ -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