Skip to content

Commit 9e60b38

Browse files
committed
Merge branch '1.3.x'
Conflicts: Controller/ChangePasswordController.php Controller/GroupController.php Controller/ProfileController.php Controller/RegistrationController.php Controller/ResettingController.php Controller/SecurityController.php Resources/views/layout.html.twig
2 parents 7015f82 + 90cb9c1 commit 9e60b38

4 files changed

+0
-4
lines changed

Command/ActivateUserCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Symfony\Component\Console\Input\InputArgument;
1616
use Symfony\Component\Console\Input\InputInterface;
1717
use Symfony\Component\Console\Output\OutputInterface;
18-
use FOS\UserBundle\Model\User;
1918

2019
/**
2120
* @author Antoine Hérault <[email protected]>

Command/ChangePasswordCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Symfony\Component\Console\Input\InputArgument;
1616
use Symfony\Component\Console\Input\InputInterface;
1717
use Symfony\Component\Console\Output\OutputInterface;
18-
use FOS\UserBundle\Model\User;
1918

2019
/**
2120
* CreateUserCommand

Command/CreateUserCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Symfony\Component\Console\Input\InputOption;
1717
use Symfony\Component\Console\Input\InputInterface;
1818
use Symfony\Component\Console\Output\OutputInterface;
19-
use FOS\UserBundle\Model\User;
2019

2120
/**
2221
* @author Matthieu Bontemps <[email protected]>

Command/DeactivateUserCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Symfony\Component\Console\Input\InputArgument;
1616
use Symfony\Component\Console\Input\InputInterface;
1717
use Symfony\Component\Console\Output\OutputInterface;
18-
use FOS\UserBundle\Model\User;
1918

2019
/**
2120
* @author Antoine Hérault <[email protected]>

0 commit comments

Comments
 (0)