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()
{
//
}
}