mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
rename my_adapter to default_adapter, my_filesystem to default_filesystem in default config
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
oneup_flysystem:
|
||||
adapters:
|
||||
my_adapter:
|
||||
default_adapter:
|
||||
local:
|
||||
directory: "%kernel.root_dir%/cache"
|
||||
directory: "%kernel.root_dir%/var/cache"
|
||||
|
||||
filesystems:
|
||||
my_filesystem:
|
||||
adapter: my_adapter
|
||||
# optional - defines the default visibility of the filesystem: `public` or `private`(default)
|
||||
visibility: private
|
||||
|
||||
default_filesystem:
|
||||
adapter: default_adapter
|
||||
|
||||
Reference in New Issue
Block a user