mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Change default filesystem path, set alias for DI and add link to documentation as comment
This commit is contained in:
@@ -2,8 +2,8 @@ oneup_flysystem:
|
||||
adapters:
|
||||
default_adapter:
|
||||
local:
|
||||
directory: "%kernel.root_dir%/var/cache"
|
||||
|
||||
directory: '%kernel.cache_dir%/flysystem'
|
||||
filesystems:
|
||||
default_filesystem:
|
||||
adapter: default_adapter
|
||||
alias: 'League\Flysystem\Filesystem'
|
||||
|
||||
Reference in New Issue
Block a user