Update AdminController.php

This commit is contained in:
Julian Prieber 2023-12-19 21:17:27 +01:00
parent 5acbf1749c
commit 522e5f9d21
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ use App\Models\Admin;
use App\Models\Button;
use App\Models\Link;
use App\Models\Page;
use App\Models\UserData;
class AdminController extends Controller
{