Add space between if and ‘(‘
[MAILPOET-1791]
This commit is contained in:
@@ -23,7 +23,7 @@ class ContainerFactory {
|
||||
|
||||
function getContainer() {
|
||||
$dump_class = '\\'. $this->configurator->getDumpNamespace() . '\\' . $this->configurator->getDumpClassname();
|
||||
if(!$this->debug && class_exists($dump_class)) {
|
||||
if (!$this->debug && class_exists($dump_class)) {
|
||||
$container = new $dump_class();
|
||||
} else {
|
||||
$container = $this->getConfiguredContainer();
|
||||
|
Reference in New Issue
Block a user