浏览代码

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;