@@ -4,8 +4,8 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Exception; |
| 6 | 6 | use Illuminate\Support\Collection; |
| 7 | -use Spatie\EventProjector\Models\StoredEvent; |
|
| 8 | 7 | use Spatie\EventProjector\Exceptions\InvalidEventHandler; |
| 8 | +use Spatie\EventProjector\Models\StoredEvent; |
|
| 9 | 9 | |
| 10 | 10 | trait HandlesEvents |
| 11 | 11 | { |