Instead of depending directly on flysystem a filesystem abstraction could be made (with adapters for flysystem, gaufrette and others).
Besides allowing different filesystem abstractions it will also allow us to have other methods in the filesystem interface, i.e.: function isDeeplinkingAvailable(): bool and function getDeeplink(): string. The latter method would generate a direct link to the feed instead of having to go through the ShowFeedAction.
Instead of depending directly on flysystem a filesystem abstraction could be made (with adapters for flysystem, gaufrette and others).
Besides allowing different filesystem abstractions it will also allow us to have other methods in the filesystem interface, i.e.:
function isDeeplinkingAvailable(): boolandfunction getDeeplink(): string. The latter method would generate a direct link to the feed instead of having to go through theShowFeedAction.