Remove deprecated smarty error reporting setting

This commit is contained in:
DariusIII
2023-04-14 23:04:41 +02:00
parent 6c7b22b637
commit 83aba3d408
@@ -62,7 +62,6 @@ class BasePageController extends Controller
foreach (Arr::get(config('ytake-laravel-smarty'), 'plugins_paths', []) as $plugins) {
$this->smarty->addPluginsDir($plugins);
}
$this->smarty->error_reporting = E_ALL & ~E_NOTICE;
$this->smarty->assign('serverroot', url('/'));
}