mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-08-04 23:41:58 +00:00
Modifications aand started working on adminBundle
This commit is contained in:
13
src/Modules/AdminLib/Controller/IndexController.php
Normal file
13
src/Modules/AdminLib/Controller/IndexController.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace AdminLib\Controller;
|
||||
|
||||
use AdminLib\Classes\AdminController;
|
||||
|
||||
class IndexController extends AdminController {
|
||||
|
||||
public function index() {
|
||||
return "Hello Administrator!";
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user