Compare commits
No commits in common. "be65d45b416014050f4b8413ef450b0c5b7364fd" and "215bc269811dfd459e8d230d56b4b66aa07d92b9" have entirely different histories.
be65d45b41
...
215bc26981
@ -34,7 +34,7 @@ class Opcache implements Cache {
|
|||||||
|
|
||||||
$compiledContext = $this->compiled[$viewPath];
|
$compiledContext = $this->compiled[$viewPath];
|
||||||
|
|
||||||
$fullName = isset($compiledContext['namespace']) ? "\\{$compiledContext['namespace']}\\{$compiledContext['classname']}" : ($compiledContext['classname'] ?? $viewPath);
|
$fullName = isset($compiledContext['namespace']) ? "\\{$compiledContext['namespace']}\\{$compiledContext['classname']}" : $compiledContext['classname'];
|
||||||
|
|
||||||
return new $fullName(...$arguments);
|
return new $fullName(...$arguments);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user