1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-16 18:14:04 +02:00

feat(admin-plugin): fix source filesystem path for images

This commit is contained in:
Awilum
2020-02-20 13:18:16 +03:00
parent 9d98f2869c
commit 3104bf4b25

View File

@@ -149,7 +149,7 @@ $flextype['images'] = static function ($container) {
// Set source filesystem
$source = new Filesystem(
new Local(PATH['entries'])
new Local(PATH['uploads'] . '/entries/')
);
// Set cache filesystem