Optimized namespaes

This commit is contained in:
Kevin Frantz
2018-10-03 16:14:15 +02:00
parent 871c100d28
commit eb77157e4c
49 changed files with 97 additions and 98 deletions

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Entity\Attribut\Interfaces;
namespace App\Entity\Attribut;
use App\Entity\NameSourceInterface;
use App\Entity\Source\NameSourceInterface;
/**
* @author kevinfrantz