diff --git a/src/Less.php b/src/Less.php index 5aedf05..fec2c11 100644 --- a/src/Less.php +++ b/src/Less.php @@ -90,7 +90,7 @@ protected function prepareOptions(array $options): Data $options['cache_path'] = FS::real($cachePath); $rootUrl = $options['root_url'] ?? ''; - $options['root_url'] = (string)rtrim((string)$rootUrl, '/'); + $options['root_url'] = rtrim((string)$rootUrl, '/'); // Check mixin paths $lessFile = (array)$options['autoload'];