mostly rename Router to WebRouter

This commit is contained in:
Dennis Eichhorn 2019-10-28 21:21:49 +01:00
parent ac8641bae6
commit bb83b9fe14

View File

@ -66,7 +66,7 @@ class Controller extends ModuleAbstract implements WebInterface
* @var string[] * @var string[]
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $localization = [ protected static array $localization = [
]; ];
/** /**