Renamed AdminPanel to DeltaCMS

lot of changes :p
This commit is contained in:
2019-04-25 17:13:02 +02:00
parent d73566086c
commit e4d320e5e7
45 changed files with 299 additions and 186 deletions

View File

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