fix civility repository namespace

This commit is contained in:
Julien Fastré 2021-10-08 18:29:30 +02:00
parent e465170c7b
commit c54edd8407

View File

@ -20,7 +20,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
namespace Chill\ThirdPartyBundle\Repository;
namespace Chill\MainBundle\Repository;
use Chill\MainBundle\Entity\Civility;
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;