@@ -17,11 +17,8 @@ |
||
17 | 17 | use Symplify\PHP7_Sculpin\Bundle\PostsBundle\SculpinPostsBundle; |
18 | 18 | use Symplify\PHP7_Sculpin\Bundle\SculpinBundle\SculpinBundle; |
19 | 19 | use Symplify\PHP7_Sculpin\Bundle\TwigBundle\SculpinTwigBundle; |
20 | -use Symfony\Component\Config\FileLocator; |
|
21 | 20 | use Symfony\Component\Config\Loader\LoaderInterface; |
22 | -use Symfony\Component\DependencyInjection\Loader\YamlFileLoader; |
|
23 | 21 | use Symfony\Component\HttpKernel\Kernel; |
24 | -use Symplify\DefaultAutowire\SymplifyDefaultAutowireBundle; |
|
25 | 22 | |
26 | 23 | abstract class AbstractKernel extends Kernel |
27 | 24 | { |