From 99ced4dbbf2a4939e6d45ec0f76ae8ae47e2cfd5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 2 Apr 2018 18:02:14 +0200 Subject: [PATCH] Init event manager --- Controller.php | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/Controller.php b/Controller.php index baf629d..8fa3baa 100644 --- a/Controller.php +++ b/Controller.php @@ -62,34 +62,6 @@ class Controller extends ModuleAbstract implements WebInterface */ public const MODULE_ID = 1003400000; - /** - * JavaScript files. - * - * @var string[] - * @since 1.0.0 - */ - public static $js = [ - 'backend', - ]; - - /** - * CSS files. - * - * @var string[] - * @since 1.0.0 - */ - public static $css = [ - ]; - - /** - * Localization files. - * - * @var string - * @since 1.0.0 - */ - protected static $localization = [ - ]; - /** * Providing. *