Working on a few changes.

This commit is contained in:
Taylor Otwell
2014-08-27 12:49:50 +02:00
parent fdba65c0dc
commit 78c932f688
6 changed files with 12 additions and 40 deletions

View File

@@ -1,29 +0,0 @@
<?php namespace App\Providers;
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.
*
* @return array
*/
public function scan()
{
return [
app_path(),
];
}
}