Closed lilHermit closed 6 years ago
Fix so the alias is better used for EntityClass
$this->embedOne('User');
Fix so entityClass works without full namespace ie
$this->embedOne('User', [ 'entityClass' => 'Parent' ]);
@markstory I will add tests tomorrow
Fix so the alias is better used for EntityClass
Fix so entityClass works without full namespace ie