Make a few tweaks to providers.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user