Move the whole compiler GET of the component object to now use the container->component object/class.
This commit is contained in:
@@ -263,7 +263,7 @@ class Dispenser implements DispenserInterface
|
||||
$script .= $prefix . str_replace(
|
||||
array_keys($this->placeholder->active),
|
||||
array_values($this->placeholder->active),
|
||||
$this->hub[$first][$second]
|
||||
(string) $this->hub[$first][$second]
|
||||
) . $suffix;
|
||||
// clear some memory
|
||||
if ($unset)
|
||||
|
Reference in New Issue
Block a user