Make a few tweaks to providers.

This commit is contained in:
Taylor Otwell
2014-08-12 11:58:09 -05:00
parent ac9ce28597
commit 1e8ed2cdcc
5 changed files with 13 additions and 13 deletions

View File

@@ -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.
*