Skip to content

Commit cd08f7e

Browse files
author
Jérôme Parmentier
committed
Add missing use statement in FilesystemAdapter
1 parent e7fcd28 commit cd08f7e

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)