Selaa lähdekoodia

se agrego un use

Guillermo Espinoza 8 vuotta sitten
vanhempi
commit
eca151c4ab
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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