Skip to content

Commit

Permalink
fix unwanted merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
baltruschat committed Feb 21, 2017
1 parent 9f744be commit 9139f6d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Security/ApiKeyUserProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

namespace BrauneDigital\ApiBaseBundle\Security;

<<<<<<< Updated upstream
=======
use Doctrine\ORM\NoResultException;
>>>>>>> Stashed changes
use FOS\UserBundle\Security\UserProvider;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\Security\Core\User\UserProviderInterface;
Expand All @@ -17,12 +14,6 @@ class ApiKeyUserProvider extends UserProvider
*/
protected $container;

<<<<<<< Updated upstream
public function getUserForApiKey($apiKey)
{
return $this->userManager->findUserBy(array('token' => $apiKey));
}
=======
public function getUserForApiKey($apiKey)
{
$features = $this->container->getParameter('braune_digital_api_base.features');
Expand Down Expand Up @@ -59,5 +50,4 @@ public function setContainer($container)
}


>>>>>>> Stashed changes
}

0 comments on commit 9139f6d

Please sign in to comment.