A few tweaks.

This commit is contained in:
Taylor Otwell 2015-01-22 15:28:02 -06:00
parent 8780949bec
commit 0089439a33
2 changed files with 10 additions and 1 deletions

View File

@ -15,4 +15,14 @@ class EventServiceProvider extends ServiceProvider {
],
];
/**
* Register any other events for your application.
*
* @return void
*/
public function boot()
{
//
}
}

View File

@ -177,7 +177,6 @@
'Lang' => 'Illuminate\Support\Facades\Lang',
'Log' => 'Illuminate\Support\Facades\Log',
'Mail' => 'Illuminate\Support\Facades\Mail',
'Paginator' => 'Illuminate\Support\Facades\Paginator',
'Password' => 'Illuminate\Support\Facades\Password',
'Queue' => 'Illuminate\Support\Facades\Queue',
'Redirect' => 'Illuminate\Support\Facades\Redirect',