Changed use

This commit is contained in:
2019-04-16 16:28:04 +02:00
parent bffacf4eb7
commit cffa8c4b67
2 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
namespace ModuleName\Controller;
use AdminPanel\Classes\Controller;
use AdminPanel\Classes\Authentificator;
use AdminPanel\Controller;
use AdminPanel\Authentificator;
class ExampleController extends Controller
{