Skip to content

Commit 39d975b

Browse files
bug symfony#21276 [Cache] Fix missing use statement in FilesystemAdapter (Lctrs)
This PR was merged into the 3.2 branch. Discussion ---------- [Cache] Fix missing use statement in FilesystemAdapter | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | none | License | MIT | Doc PR | none Commits ------- cd08f7e Add missing use statement in FilesystemAdapter
2 parents e7fcd28 + cd08f7e commit 39d975b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
namespace Symfony\Component\Cache\Adapter;
1313

14+
use Symfony\Component\Cache\Exception\CacheException;
15+
1416
/**
1517
* @author Nicolas Grekas <p@tchwork.com>
1618
*/

0 commit comments

Comments
 (0)