orm refactoring using injectable factory for entities
This commit is contained in:
@@ -31,5 +31,5 @@ namespace Espo\ORM\Repository;
|
||||
|
||||
interface RepositoryFactory
|
||||
{
|
||||
public function create(string $name): Repository;
|
||||
public function create(string $entityType): Repository;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user