@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\EventProjector\Models; |
4 | 4 | |
5 | -use Illuminate\Support\Collection; |
|
6 | 5 | use Illuminate\Database\Eloquent\Model; |
7 | -use Spatie\EventProjector\Projectors\Projector; |
|
6 | +use Illuminate\Support\Collection; |
|
8 | 7 | use Spatie\EventProjector\Facades\EventProjectionist; |
8 | +use Spatie\EventProjector\Projectors\Projector; |
|
9 | 9 | |
10 | 10 | class ProjectorStatus extends Model |
11 | 11 | { |