Update code style

This commit is contained in:
DariusIII
2024-09-13 12:37:51 +02:00
parent 6ff10ad89e
commit 3a39b0c769
10 changed files with 52 additions and 83 deletions
@@ -14,7 +14,7 @@ use Ytake\LaravelSmarty\Smarty;
*/
// Fix by nZEDb
if (! isset($smarty)) {
$smarty = new Smarty();
$smarty = new Smarty;
}
switch (true) {
case is_string($smarty->getPluginsDir()) && is_dir($smarty->getPluginsDir()):