Skip to content

Commit

Permalink
added dump controller
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 5, 2017
1 parent f53f7d7 commit 420db4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/basis.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@
'github' => [
'class' => \hidev\controllers\GithubController::class,
],
'dump' => [
'class' => \hidev\controllers\DumpController::class,
],
],
'container' => [
'singletons' => [
Expand Down

0 comments on commit 420db4a

Please sign in to comment.