We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5f26ec + 1ace880 commit be6342aCopy full SHA for be6342a
src/DomainModel/DomainModelAwareTrait.php
@@ -72,7 +72,7 @@ public function loadService($model, array $constructorArgs = [], $assignProperty
72
*/
73
public function getDomainModelLocator()
74
{
75
- if (empty($this->serviceLocator)) {
+ if (empty($this->domainModelLocator)) {
76
$class = $this->defaultDomainModelLocator;
77
$this->domainModelLocator = new $class();
78
}
0 commit comments