Tweak some jobs and names.

This commit is contained in:
Taylor Otwell
2015-02-20 20:49:06 -06:00
parent d2d9c79e4f
commit 1500a18696
9 changed files with 10 additions and 71 deletions

View File

@@ -6,13 +6,13 @@ use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvi
class EventServiceProvider extends ServiceProvider {
/**
* The event handler mappings for the application.
* The event listener mappings for the application.
*
* @var array
*/
protected $listen = [
'event.name' => [
'EventListener',
'App\Events\SomeEvent' => [
'App\Listeners\EventListener',
],
];