mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Merge pull request #438 from NNTmux/analysis-8wBR9E
Apply fixes from StyleCI [ci skip] [skip ci]
This commit is contained in:
@@ -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',
|
||||
]
|
||||
|
||||
@@ -75,7 +75,7 @@ class UpdateNNTmux extends Command
|
||||
} else {
|
||||
$this->output->writeln(
|
||||
'<comment>You should clear your Smarty compiled template cache at: '.
|
||||
config('ytake-laravel-smarty.compile_path'). '</comment>'
|
||||
config('ytake-laravel-smarty.compile_path').'</comment>'
|
||||
);
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
|
||||
Reference in New Issue
Block a user