icingaweb2/library/Icinga/Web/Controller.php
Eric Lippmann 5fa2e3cfdc Revert "Add license header"
This reverts commit 338d067aba41dd6e9178cebec5433eecd614196e.
2015-02-03 16:16:26 +01:00

15 lines
334 B
PHP

<?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
{
}