partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 54a422994e1eabd596394dd14f5314aea36af963
parent 20f5c3bcb1540067f613fe4b710c29855822c2bb
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  9 Dec 2015 20:37:55 +0100

Removed unused use statements

Diffstat:
Msrc/PartKeepr/AuthBundle/Command/ProtectUserCommand.php | 2--
Msrc/PartKeepr/AuthBundle/Command/UnprotectUserCommand.php | 1-
2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/PartKeepr/AuthBundle/Command/ProtectUserCommand.php b/src/PartKeepr/AuthBundle/Command/ProtectUserCommand.php @@ -1,13 +1,11 @@ <?php namespace PartKeepr\AuthBundle\Command; -use PartKeepr\AuthBundle\Services\UserService; use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; - class ProtectUserCommand extends ContainerAwareCommand { public function configure() diff --git a/src/PartKeepr/AuthBundle/Command/UnprotectUserCommand.php b/src/PartKeepr/AuthBundle/Command/UnprotectUserCommand.php @@ -1,7 +1,6 @@ <?php namespace PartKeepr\AuthBundle\Command; -use PartKeepr\AuthBundle\Services\UserService; use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface;