Revert "Revert "Update code style""

This reverts commit 96ae68f27d.
This commit is contained in:
DariusIII
2024-09-13 22:11:13 +02:00
parent 2170d2e263
commit e5782ae554
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()):