orm refactoring
This commit is contained in:
@@ -178,7 +178,7 @@ abstract class BaseQueryComposer implements QueryComposer
|
||||
protected function getSeed(?string $entityType): Entity
|
||||
{
|
||||
if (!$entityType) {
|
||||
return new BaseEntity('_Stub');
|
||||
return new BaseEntity('_Stub', []);
|
||||
}
|
||||
|
||||
if (empty($this->seedCache[$entityType])) {
|
||||
|
||||
Reference in New Issue
Block a user