Merge pull request #438 from NNTmux/analysis-8wBR9E

Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-03-06 14:56:45 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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',
]
+1 -1
View File
@@ -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) {