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:
@@ -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
|
||||
|
Reference in New Issue
Block a user