mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Web\Controller: initial commit
* This is the controller all modules should inherit from. * We will flip code with the ModuleActionController as soon as a couple of pending feature branches are merged back to the master.
This commit is contained in:
parent
1c0e427d3b
commit
28c239c6fd
14
library/Icinga/Web/Controller.php
Normal file
14
library/Icinga/Web/Controller.php
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Icinga\Web;
|
||||||
|
|
||||||
|
use Icinga\Web\Controller\ModuleActionController;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This is the controller all modules should inherit from
|
||||||
|
* We will flip code with the ModuleActionController as soon as a couple
|
||||||
|
* of pending feature branches are merged back to the master.
|
||||||
|
*/
|
||||||
|
class Controller extends ModuleActionController
|
||||||
|
{
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user