Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
* Fixes `Orchestra\Support\Providers\Traits\EventProviderTrait` import.

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Jun 8, 2015
1 parent 20ff083 commit 2768dde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ title: Support Change Log

## Version 3.1 {#v3-1}

### v3.1.1 {#v3-1-1}

* Fixes `Orchestra\Support\Providers\Traits\EventProviderTrait` import.

### v3.1.0 {#v3-1-0}

* Update support to Laravel Framework v5.1.
Expand Down
2 changes: 1 addition & 1 deletion src/Providers/EventServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php namespace Orchestra\Support\Providers;

use Orchestra\Providers\Traits\EventProviderTrait;
use Orchestra\Support\Providers\Traits\EventProviderTrait;
use Illuminate\Support\ServiceProvider as BaseServiceProvider;
use Illuminate\Contracts\Events\Dispatcher as DispatcherContract;

Expand Down

0 comments on commit 2768dde

Please sign in to comment.