Completed
Branch master (0ba1f3)
by Freek
02:30
created
src/Console/ReplayEventsCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Console\Command;
6 6
 use Illuminate\Support\Collection;
7
-use Spatie\EventSorcerer\StoredEvent;
8 7
 use Spatie\EventSorcerer\EventSorcerer;
9 8
 use Spatie\EventSorcerer\Exceptions\InvalidEventHandler;
9
+use Spatie\EventSorcerer\StoredEvent;
10 10
 
11 11
 class ReplayEventsCommand extends Command
12 12
 {
Please login to merge, or discard this patch.