laravel-medialibrary icon indicating copy to clipboard operation
laravel-medialibrary copied to clipboard

Fixed: Custom model-based path generator doesn't work when using morph map

Open jc-atsinya opened this issue 2 years ago • 3 comments

Fix for issue #2942

jc-atsinya avatar Jun 03 '22 10:06 jc-atsinya

Look like this break the tests

PaolaRuby avatar Jun 06 '22 13:06 PaolaRuby

@PaolaRuby , our change can't break the tests, because it even is not related to the tests running.

We can remove our line (and keep for example new "use") and the result will be the same.

Maybe tests were changed to match v10, but this PR is for v9 and tests just doesn't work?

aprokopenko avatar Jun 09 '22 14:06 aprokopenko

@aprokopenko Could you target v10 first. If it works there, it can be backported to v9

freekmurze avatar Jun 22 '22 09:06 freekmurze