Browse Source

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 năm trước cách đây
mục cha
commit
79b6cc7b7c
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;