Remove smartyUtils and move its functions into helpers.php

This commit is contained in:
DariusIII
2019-12-11 21:48:29 +01:00
parent d559474c97
commit f89d50ec0d
3 changed files with 140 additions and 173 deletions
@@ -2,8 +2,6 @@
namespace App\Http\Controllers;
require_once NN_LIB.'utility/SmartyUtils.php';
use App\Events\UserLoggedIn;
use App\Models\Category;
use App\Models\Forumpost;