Skip to content

Commit e5147f3

Browse files
authored
Merge pull request #380 from wouterj/patch-1
Fixed not imported FQCN in Framework recipe
2 parents b2dfb0a + 13ccf89 commit e5147f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

symfony/framework-bundle/3.3/src/Kernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
66
use Symfony\Component\Config\Loader\LoaderInterface;
7+
use Symfony\Component\Config\Resource\FileResource;
78
use Symfony\Component\DependencyInjection\ContainerBuilder;
89
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
910
use Symfony\Component\Routing\RouteCollectionBuilder;

0 commit comments

Comments
 (0)