From c94f2154eb9b4a55f62f59c4313f7c4c3e0f513d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 8 Sep 2017 10:50:27 +0200 Subject: [PATCH] draft support templates --- Controller.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Controller.php b/Controller.php index 41b57da..954cb42 100644 --- a/Controller.php +++ b/Controller.php @@ -65,10 +65,11 @@ class Controller extends ModuleAbstract implements WebInterface /** * Providing. * - * @var string[] + * @var string * @since 1.0.0 */ protected static $providing = [ + 'Navigation' ]; /**