Commit 6a5b48b866e0e8df0af204121be0533fa72e1633

Authored by Yarik
1 parent 37f80fd4

Test change

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Module.php
... ... @@ -18,7 +18,7 @@
18 18 public function init()
19 19 {
20 20 parent::init();
21   -
  21 + var_dump($this->controllerNamespace);
22 22 // custom initialization code goes here
23 23 }
24 24 }
... ...