소스 검색

se agrego un use

Guillermo Espinoza 8 년 전
부모
커밋
eca151c4ab
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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