Revert "Update code style"

This reverts commit 3a39b0c769.
This commit is contained in:
DariusIII
2024-09-13 21:56:02 +02:00
parent b145500ac4
commit 96ae68f27d
10 changed files with 83 additions and 52 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()):