Continuing to work on structure.
This commit is contained in:
@@ -95,11 +95,17 @@ return array(
|
||||
|
||||
'providers' => array(
|
||||
|
||||
/*
|
||||
* Application Service Providers...
|
||||
*/
|
||||
'AppServiceProvider',
|
||||
'ArtisanServiceProvider',
|
||||
'ErrorServiceProvider',
|
||||
'LogServiceProvider',
|
||||
|
||||
/*
|
||||
* Laravel Framework Service Providers...
|
||||
*/
|
||||
'Illuminate\Foundation\Providers\ArtisanServiceProvider',
|
||||
'Illuminate\Auth\AuthServiceProvider',
|
||||
'Illuminate\Cache\CacheServiceProvider',
|
||||
|
||||
@@ -21,6 +21,10 @@ class AppServiceProvider extends ServiceProvider {
|
||||
*/
|
||||
public function register()
|
||||
{
|
||||
// This service provider is a convenient place to register your services
|
||||
// in the IoC container. If you wish, you may make additional methods
|
||||
// or service providers to keep the code more focused and granular.
|
||||
|
||||
//
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user