From 6a5b48b866e0e8df0af204121be0533fa72e1633 Mon Sep 17 00:00:00 2001 From: yarik Date: Tue, 8 Nov 2016 20:16:07 +0200 Subject: [PATCH] Test change --- Module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module.php b/Module.php index 5b3ab70..0ba1cfb 100644 --- a/Module.php +++ b/Module.php @@ -18,7 +18,7 @@ public function init() { parent::init(); - + var_dump($this->controllerNamespace); // custom initialization code goes here } } -- libgit2 0.21.4