Conversation
| 'maker' => 'Symfony\Config\MakerConfig', | ||
| 'nelmio_cors' => 'Symfony\Config\NelmioCorsConfig', | ||
| 'api_platform' => 'Symfony\Config\ApiPlatformConfig', | ||
| 'flysystem' => 'Symfony\Config\FlysystemConfig', |
There was a problem hiding this comment.
could you add @see link comment reference on it for future reference? Thank you.
There was a problem hiding this comment.
Ofcourse! Could you tell me where you want the link to point to?
There was a problem hiding this comment.
just in above it, like:
// @see ...
'flysystem' => 'Symfony\Config\FlysystemConfig'
There was a problem hiding this comment.
If I understand correctly, 4148bb7 is what you meant.
There was a problem hiding this comment.
not sure I understand how the class work, is Symfony\Config\FlysystemConfig auto created on the fly? since your reference pointed to different class
There was a problem hiding this comment.
Yes that's correct. If you installed flysystem then the added class is automatically generated based on the reference. This works the same as currently for the other keys.
|
Thank you @dsdeboer |
This PR adds the ability to auto convert the flysystem configuration