Browse Source

Add missing use statements in code sample (#4479)

Max Małecki 8 years ago
parent
commit
7810ebacdf
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Resources/doc/reference/getting_started.rst

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

@@ -232,6 +232,8 @@ and for ``admin.yml``:
 
     namespace AppBundle\DependencyInjection;
 
+    use Symfony\Component\HttpKernel\DependencyInjection\Extension;
+    use Symfony\Component\DependencyInjection\ContainerBuilder;
     use Symfony\Component\DependencyInjection\Loader;
     use Symfony\Component\Config\FileLocator;