@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use ChamiloSession as Session; |
|
5 | - |
|
6 | 4 | /** |
7 | 5 | * Class ExerciseLib |
8 | 6 | * shows a question and its answers |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use ChamiloSession as Session; |
|
5 | - |
|
6 | 4 | /** |
7 | 5 | * Class ExerciseLib |
8 | 6 | * shows a question and its answers |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use ChamiloSession as Session; |
|
5 | - |
|
6 | 4 | /** |
7 | 5 | * Class ExerciseLib |
8 | 6 | * shows a question and its answers |
@@ -4,7 +4,6 @@ |
||
4 | 4 | namespace Chamilo\CourseBundle; |
5 | 5 | |
6 | 6 | use Chamilo\CoreBundle\Entity\Course; |
7 | -use Chamilo\CoreBundle\Entity\Resource\ResourceNode; |
|
8 | 7 | use Chamilo\CoreBundle\Entity\Tool; |
9 | 8 | use Chamilo\CoreBundle\Entity\ToolResourceRights; |
10 | 9 | use Chamilo\CoreBundle\Security\Authorization\Voter\ResourceNodeVoter; |
@@ -4,14 +4,10 @@ |
||
4 | 4 | namespace Chamilo\UserBundle\Entity\Listener; |
5 | 5 | |
6 | 6 | use Chamilo\CoreBundle\Entity\AccessUrl; |
7 | -use Chamilo\CoreBundle\Entity\AccessUrlRelCourse; |
|
8 | 7 | use Chamilo\CoreBundle\Entity\AccessUrlRelUser; |
9 | -use Chamilo\CoreBundle\Entity\Repository\CourseRepository; |
|
10 | - |
|
11 | 8 | use Chamilo\UserBundle\Repository\UserRepository; |
12 | 9 | use Doctrine\ORM\Event\LifecycleEventArgs; |
13 | 10 | use Chamilo\UserBundle\Entity\User; |
14 | -use Doctrine\ORM\Mapping as ORM; |
|
15 | 11 | |
16 | 12 | /** |
17 | 13 | * Class UserListener |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use Sylius\Component\Attribute\AttributeType\IntegerAttributeType; |
12 | 12 | use Sylius\Component\Attribute\AttributeType\TextareaAttributeType; |
13 | 13 | use Sylius\Component\Attribute\AttributeType\TextAttributeType; |
14 | -use Sylius\Component\Translation\Model\AbstractTranslatable; |
|
15 | 14 | |
16 | 15 | /** |
17 | 16 | * Class ExtraField |
@@ -6,7 +6,6 @@ discard block |
||
6 | 6 | use Chamilo\CoreBundle\Entity\CourseCategory; |
7 | 7 | use Chamilo\CoreBundle\Entity\Language; |
8 | 8 | use Chamilo\CoreBundle\Entity\AccessUrl; |
9 | -use Chamilo\CoreBundle\Entity\AccessUrlRelUser; |
|
10 | 9 | use Chamilo\CoreBundle\Entity\SystemTemplate; |
11 | 10 | use Chamilo\CoreBundle\Entity\UserFriendRelationType; |
12 | 11 | use Chamilo\CoreBundle\Entity\Skill; |
@@ -15,16 +14,12 @@ discard block |
||
15 | 14 | use Chamilo\CoreBundle\Entity\BranchSync; |
16 | 15 | use Chamilo\CoreBundle\Entity\BranchTransactionStatus; |
17 | 16 | use Chamilo\CoreBundle\Entity\Tool; |
18 | - |
|
19 | -use Doctrine\Common\DataFixtures\FixtureInterface; |
|
20 | 17 | use Doctrine\Common\DataFixtures\OrderedFixtureInterface; |
21 | 18 | use Doctrine\Common\DataFixtures\AbstractFixture; |
22 | 19 | use Doctrine\Common\Persistence\ObjectManager; |
23 | - |
|
24 | 20 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
25 | 21 | use Symfony\Component\DependencyInjection\ContainerInterface; |
26 | 22 | use Symfony\Component\Intl\Intl; |
27 | -use Symfony\Component\Finder\Finder; |
|
28 | 23 | use Oro\Bundle\MigrationBundle\Fixture\VersionedFixtureInterface; |
29 | 24 | |
30 | 25 | /** |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use ChamiloSession as Session; |
|
5 | 4 | use Symfony\Component\Finder\Finder; |
6 | 5 | |
7 | 6 | require_once '../inc/global.inc.php'; |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use ChamiloSession as Session; |
|
5 | 4 | use Symfony\Component\Finder\Finder; |
6 | 5 | |
7 | 6 | require_once '../inc/global.inc.php'; |