mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-08-04 23:41:58 +00:00
Reworked most file to respect PSR-2
This commit is contained in:
@@ -4,10 +4,10 @@ namespace AdminLib\Controller;
|
||||
|
||||
use AdminLib\Classes\AdminController;
|
||||
|
||||
class IndexController extends AdminController {
|
||||
|
||||
public function index() {
|
||||
return "Hello Administrator!";
|
||||
}
|
||||
|
||||
class IndexController extends AdminController
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return "Hello Administrator!";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user