Yarik
/
artbox-blog
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
6a5b48b866e0e8df0af204121be0533fa72e1633
Authored by
Yarik
2016-11-08 20:16:07 +0200
1 parent
37f80fd4
Test change
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Module.php
Inline
Side-by-side
Module.php
Wrap text
Show/Hide comments
View file @
6a5b48b
...
...
@@ -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
}
...
...