소스 검색

Update getting_started.rst

We have an errors without this two additional strings.
These strings from Symfony Coockbook (http://symfony.com/doc/current/cookbook/bundles/extension.html)
Georgiy 9 년 전
부모
커밋
79b6cc7b7c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Resources/doc/reference/getting_started.rst

+ 2 - 0
Resources/doc/reference/getting_started.rst

@@ -208,6 +208,8 @@ For ``admin.xml`` use:
 
     namespace AppBundle\DependencyInjection;
 
+    use Symfony\Component\HttpKernel\DependencyInjection\Extension;
+    use Symfony\Component\DependencyInjection\ContainerBuilder;
     use Symfony\Component\DependencyInjection\Loader;
     use Symfony\Component\Config\FileLocator;