Optimized LayerRepositoryFactoryService

This commit is contained in:
Kevin Frantz
2019-01-20 13:33:33 +01:00
parent 86198ff2df
commit 5301be7614
12 changed files with 123 additions and 63 deletions

View File

@@ -9,6 +9,6 @@ use App\Entity\Attribut\SlugAttributInterface;
/**
* @author kevinfrantz
*/
interface EntityInterface extends VersionAttributInterface, IdAttributInterface,SlugAttributInterface
interface EntityInterface extends VersionAttributInterface, IdAttributInterface, SlugAttributInterface
{
}