type fixes
This commit is contained in:
@@ -31,5 +31,8 @@ namespace Espo\ORM\Repository;
|
||||
|
||||
interface RepositoryFactory
|
||||
{
|
||||
/**
|
||||
* @return Repository<\Espo\ORM\Entity>
|
||||
*/
|
||||
public function create(string $entityType): Repository;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user