Move vaCentral config to its own config file and ServiceProvider

This commit is contained in:
Nabeel Shahzad
2018-03-11 18:14:34 -05:00
parent 7cc3fc6a3a
commit d90e118f56
4 changed files with 40 additions and 2 deletions

View File

@@ -84,6 +84,7 @@ return [
App\Providers\AuthServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class,
App\Providers\vaCentralServiceProvider::class,
],
'aliases' => [