Quellcode durchsuchen

[CompatAssetsBundle] Add missing namespace

ornicar vor 14 Jahren
Ursprung
Commit
98c787a5ef
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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.
  *