@@ -2,13 +2,13 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\ModelStates; |
| 4 | 4 | |
| 5 | +use Illuminate\Database\Eloquent\Model; |
|
| 6 | +use Illuminate\Support\Collection; |
|
| 5 | 7 | use JsonSerializable; |
| 6 | 8 | use ReflectionClass; |
| 7 | -use Illuminate\Support\Collection; |
|
| 8 | -use Illuminate\Database\Eloquent\Model; |
|
| 9 | 9 | use Spatie\ModelStates\Events\StateChanged; |
| 10 | -use Spatie\ModelStates\Exceptions\InvalidConfig; |
|
| 11 | 10 | use Spatie\ModelStates\Exceptions\CouldNotPerformTransition; |
| 11 | +use Spatie\ModelStates\Exceptions\InvalidConfig; |
|
| 12 | 12 | |
| 13 | 13 | abstract class State implements JsonSerializable |
| 14 | 14 | { |