Skip to content

Commit facfd0d

Browse files
committed
bugfix; fixed namespace for Kernel
1 parent 0ebdec7 commit facfd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Routing/ThriftRoutingLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Overblog\ThriftBundle\Routing;
1313

14-
use App\Kernel;
14+
use Symfony\Component\HttpKernel\Kernel;
1515
use Symfony\Component\Config\Loader\Loader;
1616
use Symfony\Component\Routing\Route;
1717
use Symfony\Component\Routing\RouteCollection;

0 commit comments

Comments
 (0)