Browse Source

[CompatAssetsBundle] Add missing namespace

ornicar 14 years ago
parent
commit
98c787a5ef
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Symfony/Bundle/CompatAssetsBundle/CompatAssetsBundle.php

+ 2 - 0
src/Symfony/Bundle/CompatAssetsBundle/CompatAssetsBundle.php

@@ -2,6 +2,8 @@
 
 namespace Symfony\Bundle\CompatAssetsBundle;
 
+use Symfony\Component\HttpKernel\Bundle\Bundle;
+
 /*
  * This file is part of the Symfony framework.
  *