diff --git a/Blacklight/http/Page.php b/Blacklight/http/Page.php index 0b3ff02e5..1727ca541 100644 --- a/Blacklight/http/Page.php +++ b/Blacklight/http/Page.php @@ -26,7 +26,7 @@ class Page extends BasePage // Tell Smarty which directories to use for templates $this->smarty->setTemplateDir( [ - 'user' => config('ytake-laravel-smarty.template_path'). DIRECTORY_SEPARATOR . $this->theme, + 'user' => config('ytake-laravel-smarty.template_path').DIRECTORY_SEPARATOR.$this->theme, 'shared' => config('ytake-laravel-smarty.template_path').'/shared', 'default' => config('ytake-laravel-smarty.template_path').'/Gentele', ] diff --git a/app/Console/Commands/UpdateNNTmux.php b/app/Console/Commands/UpdateNNTmux.php index c1aefc03b..7db9b41cd 100644 --- a/app/Console/Commands/UpdateNNTmux.php +++ b/app/Console/Commands/UpdateNNTmux.php @@ -75,7 +75,7 @@ class UpdateNNTmux extends Command } else { $this->output->writeln( 'You should clear your Smarty compiled template cache at: '. - config('ytake-laravel-smarty.compile_path'). '' + config('ytake-laravel-smarty.compile_path').'' ); } } catch (\Exception $e) {