Rename namespace for shorter name

This commit is contained in:
Tim
2020-07-25 17:40:08 +02:00
parent a3b201dc3c
commit 4b3cb50b1f
6 changed files with 15 additions and 16 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace Ardent\ArdentParameterBundle\Service;
namespace Ardent\ParameterBundle\Service;
use Ardent\ParameterBundle\Entity\Parameter;
use Doctrine\ORM\EntityManagerInterface;