@@ -41,7 +41,8 @@ |
||
| 41 | 41 | $this->class->addConstant('SINGLETONS', [])->setProtected(); |
| 42 | 42 | $this->class->addConstant('DEPENDENCIES', [])->setProtected(); |
| 43 | 43 | |
| 44 | - if ($this->isDomain) { |
|
| 44 | + if ($this->isDomain) |
|
| 45 | + { |
|
| 45 | 46 | $this->class->addConstant('INTERCEPTORS', [])->setProtected(); |
| 46 | 47 | $this->namespace->addUse(CoreInterface::class); |
| 47 | 48 | $this->class->getConstant('SINGLETONS')->setValue([ |