File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/Symfony/Component/Cache Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -778,6 +778,11 @@ public function isConnected(): bool
778778 return $ this ->initializeLazyObject ()->isConnected (...\func_get_args ());
779779 }
780780
781+ public function isTracked ($ key ): bool
782+ {
783+ return $ this ->initializeLazyObject ()->isTracked (...\func_get_args ());
784+ }
785+
781786 public function jsonArrAppend ($ key , $ value_or_array , $ path = null ): \Relay \Relay |array |false
782787 {
783788 return $ this ->initializeLazyObject ()->jsonArrAppend (...\func_get_args ());
Original file line number Diff line number Diff line change 4444 },
4545 "conflict" : {
4646 "ext-redis" : " <6.2" ,
47- "ext-relay" : " <0.11" ,
47+ "ext-relay" : " <0.11.1 " ,
4848 "doctrine/dbal" : " <3.6" ,
4949 "symfony/dependency-injection" : " <6.4" ,
5050 "symfony/http-kernel" : " <6.4" ,
You can’t perform that action at this time.
0 commit comments