Skip to content

Commit

Permalink
Add missing use statements in code sample (sonata-project#4479)
Browse files Browse the repository at this point in the history
  • Loading branch information
emgiezet authored and greg0ire committed May 11, 2017
1 parent 0ba299f commit 7810eba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/doc/reference/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7810eba

Please sign in to comment.