ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,767
- Points
- 823
Reputation:
XF\CacheFactory
checks if the provider inherits from \Symfony\Component\Cache\Adapter\AbstractAdapter
instead of Symfony\Component\Cache\Adapter\AdapterInterface
.Doctrine\Common\Cache\CacheProvider
only expects a AdapterInterface
too.Is this intended?
Continue reading...