We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8423c commit 7a018f4Copy full SHA for 7a018f4
src/Classes/ModelCollectionBase.php
@@ -29,7 +29,7 @@ public function __construct($data = null)
29
30
protected function getModelClassFromAttribute(string $attribute)
31
{
32
- return '\Mitryusweb\Model\\' . ($this->itemAttributeModel[$attribute] ?? '');
+ return $this->itemAttributeModel[$attribute] ?? '';
33
}
34
35
public function __get($attribute)
0 commit comments