Use full class name without having to specify namespace beforehand
This commit is contained in:
@ -7,7 +7,5 @@ interface Factory
|
||||
{
|
||||
public function setContainer(ContainerInterface $container): Factory;
|
||||
public function getContainer(): ContainerInterface;
|
||||
public function setNamespace(string $namespace): Factory;
|
||||
public function getNamespace(): string;
|
||||
public function get(string $repository_name): Repository;
|
||||
public function get(string $repository_class): Repository;
|
||||
}
|
||||
|
Reference in New Issue
Block a user