Make a few tweaks to providers.
This commit is contained in:
@@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider;
|
||||
class AppServiceProvider extends ServiceProvider {
|
||||
|
||||
/**
|
||||
* Bootstrap the application events.
|
||||
* Bootstrap any necessary services.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
||||
@@ -5,16 +5,6 @@ use Illuminate\Support\ServiceProvider;
|
||||
|
||||
class ArtisanServiceProvider extends ServiceProvider {
|
||||
|
||||
/**
|
||||
* Bootstrap the application events.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
/**
|
||||
* Register the service provider.
|
||||
*
|
||||
|
||||
@@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider;
|
||||
class ErrorServiceProvider extends ServiceProvider {
|
||||
|
||||
/**
|
||||
* Bootstrap the application events.
|
||||
* Register any error handlers.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
||||
@@ -4,6 +4,16 @@ use Illuminate\Foundation\Providers\EventServiceProvider as ServiceProvider;
|
||||
|
||||
class EventServiceProvider extends ServiceProvider {
|
||||
|
||||
/**
|
||||
* Bootstrap the application events.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the directories to scan for events.
|
||||
*
|
||||
|
||||
@@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider;
|
||||
class LogServiceProvider extends ServiceProvider {
|
||||
|
||||
/**
|
||||
* Bootstrap the application events.
|
||||
* Configure the application's logging facilities.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user