From 46f5e20db18fd0dcbfae09d8a784e9dd87cfdf6c Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 6 Mar 2018 10:30:26 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- public/pages/BasePage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/pages/BasePage.php b/public/pages/BasePage.php index 21cf970da..758c54d33 100644 --- a/public/pages/BasePage.php +++ b/public/pages/BasePage.php @@ -7,8 +7,8 @@ use Blacklight\db\DB; use Blacklight\SABnzbd; use App\Models\Settings; use Illuminate\Support\Carbon; -use App\Models\RoleExcludedCategory; use Ytake\LaravelSmarty\Smarty; +use App\Models\RoleExcludedCategory; class BasePage { @@ -125,7 +125,7 @@ class BasePage $this->smarty = new Smarty(); $this->smarty->setCompileDir(config('ytake-laravel-smarty.compile_path')); - $this->smarty->setConfigDir(array_get(config('ytake-laravel-smarty'),'config_paths')); + $this->smarty->setConfigDir(array_get(config('ytake-laravel-smarty'), 'config_paths')); $this->smarty->setCacheDir(config('ytake-laravel-smarty.cache_path')); foreach (array_get(config('ytake-laravel-smarty'), 'plugins_paths', []) as $plugins) { $this->smarty->addPluginsDir($plugins);