File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1414use Cache \Adapter \Common \AbstractCachePool ;
1515use Cache \Adapter \Common \Exception \InvalidArgumentException ;
1616use Cache \Adapter \Common \PhpCacheItem ;
17- use Cache \Taggable \TaggablePoolInterface ;
18- use Cache \Taggable \TaggablePoolTrait ;
1917use League \Flysystem \FileExistsException ;
2018use League \Flysystem \FileNotFoundException ;
2119use League \Flysystem \Filesystem ;
2220
2321/**
2422 * @author Tobias Nyholm <[email protected] > 2523 */
26- class FilesystemCachePool extends AbstractCachePool implements TaggablePoolInterface
24+ class FilesystemCachePool extends AbstractCachePool
2725{
28- use TaggablePoolTrait;
29-
3026 /**
3127 * @type Filesystem
3228 */
Original file line number Diff line number Diff line change 2727 "php" : " ^5.5 || ^7.0" ,
2828 "psr/cache" : " ^1.0" ,
2929 "cache/adapter-common" : " ^0.4" ,
30- "cache/taggable-cache" : " ^0.4" ,
3130 "league/flysystem" : " ^1.0"
3231 },
3332 "require-dev" : {
You can’t perform that action at this time.
0 commit comments