Skip to content

Commit 2456351

Browse files
committed
Fix style ci error
1 parent 9620f09 commit 2456351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Managers/Theme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public function getFullPath($path)
214214
$fullPath = $themePath.$assetPath.$path;
215215

216216
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
217+
$themePath = str_replace(base_path().DIRECTORY_SEPARATOR, '', $this->getThemeInfo($themeInfo->get('parent'))->get('path')).DIRECTORY_SEPARATOR;
218218
$fullPath = $themePath.$assetPath.$path;
219219

220220
return $fullPath;

0 commit comments

Comments
 (0)