@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Developtech\AgilityBundle\Manager; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | - |
|
7 | 6 | use Developtech\AgilityBundle\Model\ProjectModel; |
8 | 7 | |
9 | 8 | class FeedbackManager { |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Developtech\AgilityBundle\Model; |
4 | 4 | |
5 | -use Doctrine\ORM\Mapping as ORM; |
|
6 | - |
|
7 | 5 | use Doctrine\Common\Collections\ArrayCollection; |
8 | 6 | |
9 | 7 | /** |
@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace Developtech\AgilityBundle\Manager; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | - |
|
7 | 6 | use Developtech\AgilityBundle\Model\ProjectModel; |
8 | 7 | use Developtech\AgilityBundle\Model\FeatureModel; |
9 | - |
|
10 | 8 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
11 | 9 | |
12 | 10 | class FeatureManager { |
@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace Developtech\AgilityBundle\Manager; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | - |
|
7 | 6 | use Developtech\AgilityBundle\Model\ProjectModel; |
8 | 7 | use Developtech\AgilityBundle\Model\FeatureModel; |
9 | - |
|
10 | 8 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
11 | 9 | |
12 | 10 | class FeatureManager { |