Skip to content

Commit 8273c1f

Browse files
committed
Fix style ci error
1 parent 2456351 commit 8273c1f

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
@@ -205,7 +205,7 @@ public function getFullPath($path)
205205

206206
if ( $this->config[ 'theme.symlink' ] ) {
207207
if ($this->config['theme.symlink']) {
208-
+ $themePath = str_replace(base_path('public').DIRECTORY_SEPARATOR, '', $this->config['theme.symlink_path']).DIRECTORY_SEPARATO;
208+
+ $themePath = str_replace(base_path('public').DIRECTORY_SEPARATOR, '', $this->config['theme.symlink_path']).DIRECTORY_SEPARATOR;
209209
} else {
210210
$themePath = str_replace(base_path('public').DIRECTORY_SEPARATOR, '', $themeInfo->get('path')).DIRECTORY_SEPARATOR;
211211
}

0 commit comments

Comments
 (0)