Skip to content

Commit f5b6f16

Browse files
author
Sander Marechal
committed
Fix namespace import
1 parent 84cd281 commit f5b6f16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PrezentGridBundle.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
namespace Prezent\GridBundle;
44

5-
use Prezent\GridBundle\DependencyInjection\CompilerPassInterface\GridCompilerPass;
5+
use Prezent\GridBundle\DependencyInjection\Compiler\GridCompilerPass;
6+
use Symfony\Component\DependencyInjection\ContainerBuilder;
67
use Symfony\Component\HttpKernel\Bundle\Bundle;
78

89
/**

0 commit comments

Comments
 (0)