@@ -2,11 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\EventProjector\Console; |
4 | 4 | |
5 | -use Exception; |
|
6 | 5 | use Illuminate\Console\Command; |
6 | +use Spatie\EventProjector\Console\Concerns\ReplaysEvents; |
|
7 | 7 | use Spatie\EventProjector\Console\Concerns\SelectsProjectors; |
8 | 8 | use Spatie\EventProjector\EventProjectionist; |
9 | -use Spatie\EventProjector\Console\Concerns\ReplaysEvents; |
|
10 | 9 | |
11 | 10 | class RebuildCommand extends Command |
12 | 11 | { |
@@ -3,12 +3,9 @@ |
||
3 | 3 | namespace Spatie\EventProjector\Console; |
4 | 4 | |
5 | 5 | use Illuminate\Console\Command; |
6 | -use Illuminate\Support\Collection; |
|
6 | +use Spatie\EventProjector\Console\Concerns\ReplaysEvents; |
|
7 | 7 | use Spatie\EventProjector\Console\Concerns\SelectsProjectors; |
8 | 8 | use Spatie\EventProjector\EventProjectionist; |
9 | -use Spatie\EventProjector\Projectors\Projector; |
|
10 | -use Spatie\EventProjector\Console\Concerns\ReplaysEvents; |
|
11 | -use Spatie\EventProjector\Exceptions\InvalidEventHandler; |
|
12 | 9 | |
13 | 10 | class ReplayCommand extends Command |
14 | 11 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\EventProjector\Console; |
4 | 4 | |
5 | -use Exception; |
|
6 | 5 | use Illuminate\Console\Command; |
7 | 6 | use Spatie\EventProjector\Console\Concerns\SelectsProjectors; |
8 | 7 | use Spatie\EventProjector\EventProjectionist; |