Update project files

This commit is contained in:
DariusIII
2020-02-05 00:39:09 +00:00
parent 4a4d0f75c4
commit b343c02c63
179 changed files with 539 additions and 539 deletions
+6 -6
View File
@@ -2,16 +2,16 @@
namespace App\Http\Controllers;
use App\Events\UserLoggedIn;
use App\Models\Category;
use App\Models\Forumpost;
use App\Models\Settings;
use App\Models\User;
use Blacklight\Contents;
use Blacklight\SABnzbd;
use Illuminate\Pagination\LengthAwarePaginator;
use App\Models\Category;
use App\Models\Settings;
use Blacklight\Contents;
use App\Models\Forumpost;
use Illuminate\Support\Arr;
use App\Events\UserLoggedIn;
use Illuminate\Support\Facades\Auth;
use Illuminate\Pagination\LengthAwarePaginator;
class BasePageController extends Controller
{