Skip to content

Commit

Permalink
added back GitController to basis config
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 25, 2018
1 parent 2e2f165 commit 972831d
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 @@ -115,6 +115,9 @@
'.gitignore' => [
'class' => \hidev\console\GitignoreController::class,
],
'git' => [
'class' => \hidev\console\GitController::class,
],
'github' => [
'class' => \hidev\console\GithubController::class,
],
Expand Down

0 comments on commit 972831d

Please sign in to comment.