Skip to content

Commit 54bbc13

Browse files
committed
Internal: Remove the theme_cache filesystem
1 parent 3e8034d commit 54bbc13

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config/packages/oneup_flysystem.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ oneup_flysystem:
2929
themes_adapter:
3030
local:
3131
location: '%kernel.project_dir%/var/themes'
32-
themes_cache_adapter:
33-
local:
34-
location: '%kernel.project_dir%/var/cache/themes'
3532

3633
filesystems:
3734
asset:
@@ -53,6 +50,3 @@ oneup_flysystem:
5350
themes:
5451
adapter: themes_adapter
5552
mount: themes
56-
themes_cache:
57-
adapter: themes_cache_adapter
58-
mount: themes_cache

0 commit comments

Comments
 (0)