File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
lib/Phpfastcache/Drivers/Couchbasev3 Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 8282 See our [global support timeline](https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV4%CB%96%5D-Global-support-timeline) ⌚
8383 multiple : false
8484 options :
85+ - 9.2.0 ✅
8586 - 9.1.3 ✅
8687 - 9.1.2 🔶
8788 - 9.1.1 ❌
Original file line number Diff line number Diff line change 4646 */
4747class Driver implements AggregatablePoolInterface
4848{
49- use TaggableCacheItemPoolTrait {
50- __construct as __baseConstruct;
51- }
49+ use TaggableCacheItemPoolTrait;
5250
5351 protected Scope $ scope ;
5452
5553 protected Collection $ collection ;
5654
5755 protected CouchbaseBucket $ bucketInstance ;
5856
59- public function __construct (ConfigurationOption $ config , string $ instanceId , EventManagerInterface $ em )
60- {
61- $ this ->__baseConstruct ($ config , $ instanceId , $ em );
62- }
63-
6457 /**
6558 * @return bool
6659 */
You can’t perform that action at this time.
0 commit comments