Commit 1e8ed2cd authored by Taylor Otwell's avatar Taylor Otwell

Make a few tweaks to providers.

parent ac9ce285
......@@ -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
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment