draft support templates

This commit is contained in:
Dennis Eichhorn 2017-09-08 10:50:27 +02:00
parent ee99f42739
commit c94f2154eb

View File

@ -65,10 +65,11 @@ class Controller extends ModuleAbstract implements WebInterface
/** /**
* Providing. * Providing.
* *
* @var string[] * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $providing = [ protected static $providing = [
'Navigation'
]; ];
/** /**