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
6813d2d0b71aba72d5c8e6dfdcb7f13aa3791772
Authored by
Yarik
2016-11-08 20:16:36 +0200
1 parent
6a5b48b8
Test change
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
Module.php
Inline
Side-by-side
Module.php
Wrap text
Show/Hide comments
View file @
6813d2d
...
...
@@ -18,7 +18,6 @@
18
18
public function init()
19
19
{
20
20
parent::init();
21
- var_dump($this->controllerNamespace);
22
21
// custom initialization code goes here
23
22
}
24
23
}
...
...