@@ -2,12 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\EventProjector\Models; |
4 | 4 | |
5 | -use Illuminate\Support\Facades\DB; |
|
6 | -use Illuminate\Database\Eloquent\Model; |
|
7 | 5 | use Illuminate\Database\Eloquent\Builder; |
8 | -use Spatie\EventProjector\ShouldBeStored; |
|
9 | -use Spatie\SchemalessAttributes\SchemalessAttributes; |
|
6 | +use Illuminate\Database\Eloquent\Model; |
|
7 | +use Illuminate\Support\Facades\DB; |
|
10 | 8 | use Spatie\EventProjector\EventSerializers\EventSerializer; |
9 | +use Spatie\EventProjector\ShouldBeStored; |
|
11 | 10 | |
12 | 11 | class StoredEvent extends Model |
13 | 12 | { |