* @license http://www.gnu.org/licenses/gpl-2.0.txt GPL, version 2 * @author Icinga Development Team */ // {{{ICINGA_LICENSE_HEADER}}} /** * Module action controller */ namespace Icinga\Web\Controller; /** * Base class for all module action controllers * * @TODO: Only here for compatibility and testing reasons, make ActionController testable and remove this (Bug #4540) * */ class ModuleActionController extends ActionController { }