@@ -63,7 +63,9 @@ |
||
63 | 63 | private $initialized = false; |
64 | 64 | |
65 | 65 | private function initialize() { |
66 | - if($this->initialized) return; |
|
66 | + if($this->initialized) { |
|
67 | + return; |
|
68 | + } |
|
67 | 69 | $this->context = ORMContext::getInstance(); |
68 | 70 | $this->container = $this->context->getContainer(); |
69 | 71 | $this->adapter = $this->container->resolve(DriverAdapter::class); |