Revert files to correct location

This commit is contained in:
Tim 2020-07-25 16:07:01 +02:00
parent 3b1f813f17
commit a3b201dc3c
6 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace App\Ardent\ArdentParameterBundle;
namespace Ardent\ArdentParameterBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;

10
Controller/test.php Normal file
View File

@ -0,0 +1,10 @@
<?php
namespace Ardent\ArdentParameterBundle\Controller;
class test
{
}

View File

@ -2,7 +2,7 @@
namespace Ardent\ArdentParameterBundle\Service;
use App\Ardent\ParameterBundle\Entity\Parameter;
use Ardent\ParameterBundle\Entity\Parameter;
use Doctrine\ORM\EntityManagerInterface;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;