Skip to content

Commit

Permalink
Merge branch '1.3.x'
Browse files Browse the repository at this point in the history
Conflicts:
	Controller/ChangePasswordController.php
	Controller/GroupController.php
	Controller/ProfileController.php
	Controller/RegistrationController.php
	Controller/ResettingController.php
	Controller/SecurityController.php
	Resources/views/layout.html.twig
  • Loading branch information
stof committed May 25, 2013
2 parents 7015f82 + 90cb9c1 commit 9e60b38
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Command/ActivateUserCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use FOS\UserBundle\Model\User;

/**
* @author Antoine Hérault <[email protected]>
Expand Down
1 change: 0 additions & 1 deletion Command/ChangePasswordCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use FOS\UserBundle\Model\User;

/**
* CreateUserCommand
Expand Down
1 change: 0 additions & 1 deletion Command/CreateUserCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use FOS\UserBundle\Model\User;

/**
* @author Matthieu Bontemps <[email protected]>
Expand Down
1 change: 0 additions & 1 deletion Command/DeactivateUserCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use FOS\UserBundle\Model\User;

/**
* @author Antoine Hérault <[email protected]>
Expand Down

0 comments on commit 9e60b38

Please sign in to comment.