Revert files to correct location
This commit is contained in:
parent
3b1f813f17
commit
a3b201dc3c
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Ardent\ArdentParameterBundle;
|
||||
namespace Ardent\ArdentParameterBundle;
|
||||
|
||||
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||||
|
||||
|
10
Controller/test.php
Normal file
10
Controller/test.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Ardent\ArdentParameterBundle\Controller;
|
||||
|
||||
|
||||
class test
|
||||
{
|
||||
|
||||
}
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user