File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55namespace CrowdSecBouncer ;
66
7+ use CrowdSecBouncer \Fixes \Memcached \TagAwareAdapter as MemcachedTagAwareAdapter ;
78use DateTime ;
89use Exception ;
910use IPLib \Address \AddressInterface ;
1718use Symfony \Component \Cache \Adapter \TagAwareAdapter ;
1819use Symfony \Component \Cache \Adapter \TagAwareAdapterInterface ;
1920use Symfony \Component \Cache \PruneableInterface ;
20- use CrowdSecBouncer \Fixes \Memcached \TagAwareAdapter as MemcachedTagAwareAdapter ;
2121
2222/**
2323 * The cache mechanism to store every decision from LAPI/CAPI. Symfony Cache component powered.
Original file line number Diff line number Diff line change 22
33namespace CrowdSecBouncer ;
44
5+ use CrowdSecBouncer \Fixes \Memcached \TagAwareAdapter as MemcachedTagAwareAdapter ;
56use ErrorException ;
67use Exception ;
78use IPLib \Factory ;
89use Symfony \Component \Cache \Adapter \AbstractAdapter ;
910use Symfony \Component \Cache \Adapter \MemcachedAdapter ;
10- use CrowdSecBouncer \Fixes \Memcached \TagAwareAdapter as MemcachedTagAwareAdapter ;
1111use Symfony \Component \Cache \Adapter \PhpFilesAdapter ;
1212use Symfony \Component \Cache \Adapter \RedisAdapter ;
1313use Symfony \Component \Cache \Adapter \RedisTagAwareAdapter ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5+ use CrowdSecBouncer \Fixes \Memcached \TagAwareAdapter as MemcachedTagAwareAdapter ;
56use Monolog \Formatter \LineFormatter ;
67use Monolog \Handler \StreamHandler ;
78use Monolog \Logger ;
89use Symfony \Component \Cache \Adapter \MemcachedAdapter ;
9- use CrowdSecBouncer \Fixes \Memcached \TagAwareAdapter as MemcachedTagAwareAdapter ;
1010use Symfony \Component \Cache \Adapter \PhpFilesAdapter ;
1111use Symfony \Component \Cache \Adapter \RedisAdapter ;
1212use Symfony \Component \Cache \Adapter \RedisTagAwareAdapter ;
You can’t perform that action at this time.
0 commit comments