@@ -2,7 +2,7 @@ | |||
namespace Lc\PietroBundle\Factory\Dream; | |||
use App\Entity\Dream; | |||
use App\Entity\Dream\Dream; | |||
use Lc\PietroBundle\Model\Dream\DreamInterface; | |||
class DreamFactory |
@@ -2,7 +2,7 @@ | |||
namespace Lc\PietroBundle\Factory\IndividualData; | |||
use App\Entity\IndividualData; | |||
use App\Entity\IndividualData\IndividualData; | |||
use Lc\PietroBundle\Model\IndividualData\IndividualDataInterface; | |||
class IndividualDataFactory |
@@ -2,7 +2,7 @@ | |||
namespace Lc\PietroBundle\Factory\ProjectBoost; | |||
use App\Entity\ProjectBoost; | |||
use App\Entity\ProjectBoost\ProjectBoost; | |||
use Lc\PietroBundle\Model\ProjectBoost\ProjectBoostInterface; | |||
class ProjectBoostFactory |
@@ -2,7 +2,7 @@ | |||
namespace Lc\PietroBundle\Factory\ProjectInspiring; | |||
use App\Entity\ProjectInspiring; | |||
use App\Entity\ProjectInspiring\ProjectInspiring; | |||
use Lc\PietroBundle\Model\ProjectInspiring\ProjectInspiringInterface; | |||
class ProjectInspiringFactory |
@@ -2,7 +2,7 @@ | |||
namespace Lc\PietroBundle\Factory\Revolt; | |||
use App\Entity\Revolt; | |||
use App\Entity\Revolt\Revolt; | |||
use Lc\PietroBundle\Model\Revolt\RevoltInterface; | |||
class RevoltFactory |
@@ -2,7 +2,7 @@ | |||
namespace Lc\PietroBundle\Factory\Subthematic; | |||
use App\Entity\Subthematic; | |||
use App\Entity\Thematic\Subthematic; | |||
use Lc\PietroBundle\Model\Subthematic\SubthematicInterface; | |||
class SubthematicFactory |
@@ -2,7 +2,7 @@ | |||
namespace Lc\PietroBundle\Factory\Territory; | |||
use App\Entity\Territory; | |||
use App\Entity\Territory\Territory; | |||
use Lc\PietroBundle\Model\Territory\TerritoryInterface; | |||
class TerritoryFactory |
@@ -2,7 +2,7 @@ | |||
namespace Lc\PietroBundle\Factory\Thematic; | |||
use App\Entity\Thematic; | |||
use App\Entity\Thematic\Thematic; | |||
use Lc\PietroBundle\Model\Thematic\ThematicInterface; | |||
class ThematicFactory |
@@ -2,7 +2,7 @@ | |||
namespace Lc\PietroBundle\Repository\Dream; | |||
use App\Entity\Dream; | |||
use App\Entity\Dream\Dream; | |||
use Lc\SovBundle\Repository\AbstractRepository; | |||
use Doctrine\Persistence\ManagerRegistry; | |||
@@ -2,7 +2,7 @@ | |||
namespace Lc\PietroBundle\Repository\IndividualData; | |||
use App\Entity\IndividualData; | |||
use App\Entity\IndividualData\IndividualData; | |||
use Lc\SovBundle\Repository\AbstractRepository; | |||
use Doctrine\Persistence\ManagerRegistry; | |||
@@ -2,7 +2,7 @@ | |||
namespace Lc\PietroBundle\Repository\ProjectBoost; | |||
use App\Entity\ProjectBoost; | |||
use App\Entity\ProjectBoost\ProjectBoost; | |||
use Lc\SovBundle\Repository\AbstractRepository; | |||
use Doctrine\Persistence\ManagerRegistry; | |||
@@ -2,7 +2,7 @@ | |||
namespace Lc\PietroBundle\Repository\ProjectInspiring; | |||
use App\Entity\ProjectInspiring; | |||
use App\Entity\ProjectInspiring\ProjectInspiring; | |||
use Lc\SovBundle\Repository\AbstractRepository; | |||
use Doctrine\Persistence\ManagerRegistry; | |||
@@ -2,7 +2,7 @@ | |||
namespace Lc\PietroBundle\Repository\Revolt; | |||
use App\Entity\Revolt; | |||
use App\Entity\Revolt\Revolt; | |||
use Lc\SovBundle\Repository\AbstractRepository; | |||
use Doctrine\Persistence\ManagerRegistry; | |||
@@ -2,7 +2,7 @@ | |||
namespace Lc\PietroBundle\Repository\Subthematic; | |||
use App\Entity\Subthematic; | |||
use App\Entity\Thematic\Subthematic; | |||
use Lc\SovBundle\Repository\AbstractRepository; | |||
use Doctrine\Persistence\ManagerRegistry; | |||
@@ -2,7 +2,7 @@ | |||
namespace Lc\PietroBundle\Repository\Territory; | |||
use App\Entity\Territory; | |||
use App\Entity\Territory\Territory; | |||
use Lc\SovBundle\Repository\AbstractRepository; | |||
use Doctrine\Persistence\ManagerRegistry; | |||
@@ -2,7 +2,7 @@ | |||
namespace Lc\PietroBundle\Repository\Thematic; | |||
use App\Entity\Thematic; | |||
use App\Entity\Thematic\Thematic; | |||
use Lc\SovBundle\Repository\AbstractRepository; | |||
use Doctrine\Persistence\ManagerRegistry; | |||