From eb61867fa3723e68e3171fc2a3af4fb64f820bb7 Mon Sep 17 00:00:00 2001 From: Andrii Vasyliev Date: Tue, 26 Jan 2016 07:23:22 +0000 Subject: [PATCH] added GithubController to config --- src/base/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/base/config.php b/src/base/config.php index c3b6993..6dbad79 100644 --- a/src/base/config.php +++ b/src/base/config.php @@ -39,6 +39,9 @@ 'init' => [ 'class' => 'hidev\controllers\InitController', ], + 'github' => [ + 'class' => 'hidev\controllers\GithubController', + ], 'vendor' => [ 'class' => 'hidev\controllers\VendorController', ],