BUG: Cleaning orphaned directories doesn't take into account a custom PathGenerator #3809
Replies: 2 comments
-
|
I had to create my own command that changed the source code. Like this. ` ` But its non optimized solution, because I need to load all data with path in memory in process. Its work for projects with small count of files. I don't see any other solutions regarding this yet. |
Beta Was this translation helpful? Give feedback.
-
|
This has been fixed in v12. The |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Creating this here as a discussion because the Issues are currently broken (see #3808)
In
CleanCommand:laravel-medialibrary/src/MediaCollections/Commands/CleanCommand.php
Line 145 in fd90ece
laravel-medialibrary/src/MediaCollections/Commands/CleanCommand.php
Lines 190 to 196 in fd90ece
Beta Was this translation helpful? Give feedback.
All reactions