Ver Fonte

se agrego un use

Guillermo Espinoza há 8 anos atrás
pai
commit
eca151c4ab
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Controller/OAuthController.php

+ 1 - 0
Controller/OAuthController.php

@@ -4,6 +4,7 @@ namespace Base\OAuthBundle\Controller;
 
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
 use Symfony\Component\HttpFoundation\Request;
+use Symfony\Component\HttpFoundation\Response;
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
 
 class OAuthController extends Controller