Closed Sebobo closed 5 years ago
They shouldn't have a hard dependency on the RedirectRepository but should instead use the StorageInterface. This way they can also be tested with future storage variants.
Fixed in https://github.com/neos/redirecthandler/pull/31
Still needs to be adapted for Neos Flow 6 in master
They shouldn't have a hard dependency on the RedirectRepository but should instead use the StorageInterface. This way they can also be tested with future storage variants.