We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9620f09 commit 2456351Copy full SHA for 2456351
src/Managers/Theme.php
@@ -214,7 +214,7 @@ public function getFullPath($path)
214
$fullPath = $themePath.$assetPath.$path;
215
216
if (!file_exists($fullPath) && $themeInfo->has('parent') && !empty($themeInfo->get('parent'))) {
217
- $themePath = str_replace(base_path().DIRECTORY_SEPARATOR, '', $this->getThemeInfo($themeInfo->get('parent'))->get('path')).DIRECTORY_SEPARA
+ $themePath = str_replace(base_path().DIRECTORY_SEPARATOR, '', $this->getThemeInfo($themeInfo->get('parent'))->get('path')).DIRECTORY_SEPARATOR;
218
219
220
return $fullPath;
0 commit comments