@@ -107,7 +107,7 @@ |
||
107 | 107 | return null; |
108 | 108 | } |
109 | 109 | |
110 | - return $this->entities[$class . '.' . $identity]; |
|
110 | + return $this->entities[$class.'.'.$identity]; |
|
111 | 111 | } |
112 | 112 | |
113 | 113 | /** |