@@ -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'; |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use Chamilo\CoreBundle\Framework\Container; |
|
5 | - |
|
6 | 4 | api_protect_admin_script(); |
7 | 5 | |
8 | 6 | $tableUser = Database::get_main_table(TABLE_MAIN_USER); |
@@ -7,9 +7,6 @@ |
||
7 | 7 | use Symfony\Component\Form\AbstractType; |
8 | 8 | use Symfony\Component\Form\FormBuilderInterface; |
9 | 9 | use Symfony\Component\OptionsResolver\OptionsResolverInterface; |
10 | -use Symfony\Component\Security\Core\SecurityContext; |
|
11 | -use Symfony\Component\Form\FormEvent; |
|
12 | -use Symfony\Component\Form\FormEvents; |
|
13 | 10 | use Symfony\Component\OptionsResolver\OptionsResolver; |
14 | 11 | |
15 | 12 | /** |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use Chamilo\CoreBundle\Framework\Container; |
|
5 | - |
|
6 | 4 | api_protect_admin_script(); |
7 | 5 | |
8 | 6 | $tableUser = Database::get_main_table(TABLE_MAIN_USER); |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use Chamilo\CoreBundle\Framework\Container; |
|
5 | - |
|
6 | 4 | api_protect_admin_script(); |
7 | 5 | |
8 | 6 | $tableUser = Database::get_main_table(TABLE_MAIN_USER); |
@@ -1,9 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For licensing terms, see /license.txt */ |
3 | 3 | |
4 | -use Chamilo\CoreBundle\Framework\Container; |
|
5 | 4 | use Chamilo\CourseBundle\Entity\CGroupInfo; |
6 | -use Chamilo\CourseBundle\Entity\CGroupCategory; |
|
7 | 5 | |
8 | 6 | /** |
9 | 7 | * This library contains some functions for group-management. |
@@ -4,7 +4,6 @@ |
||
4 | 4 | namespace Chamilo\CoreBundle\Component\Editor; |
5 | 5 | |
6 | 6 | use Chamilo\CoreBundle\Framework\Template; |
7 | -use Symfony\Component\Translation\Translator; |
|
8 | 7 | use Symfony\Component\Routing\RouterInterface; |
9 | 8 | use Symfony\Component\Translation\TranslatorInterface; |
10 | 9 |