add files uuid

This commit is contained in:
Jürgen Mummert
2026-01-12 11:20:02 +01:00
parent 0912738528
commit 59b261c333
+1 -1
View File
@@ -105,7 +105,7 @@ class MeilisearchFilesParseCommand extends Command
$root = defined('TL_ROOT') $root = defined('TL_ROOT')
? TL_ROOT ? TL_ROOT
: $this->framework->getContainer()->getParameter('kernel.project_dir') . '/public'; : System::getContainer()->getParameter('kernel.project_dir') . '/public';
$absolutePath = $root . '/' . $normalized; $absolutePath = $root . '/' . $normalized;