Skip to content

Commit

Permalink
added GithubController to config
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 26, 2016
1 parent fe52e0b commit eb61867
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/base/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
'init' => [
'class' => 'hidev\controllers\InitController',
],
'github' => [
'class' => 'hidev\controllers\GithubController',
],
'vendor' => [
'class' => 'hidev\controllers\VendorController',
],
Expand Down

0 comments on commit eb61867

Please sign in to comment.