소스 검색

[CompatAssetsBundle] Add missing namespace

ornicar 14 년 전
부모
커밋
98c787a5ef
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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.
  *