@@ -3,9 +3,9 @@ |
||
| 3 | 3 | namespace Spatie\ModelStates; |
| 4 | 4 | |
| 5 | 5 | use Exception; |
| 6 | -use JsonSerializable; |
|
| 7 | -use Illuminate\Support\Collection; |
|
| 8 | 6 | use Illuminate\Database\Eloquent\Model; |
| 7 | +use Illuminate\Support\Collection; |
|
| 8 | +use JsonSerializable; |
|
| 9 | 9 | use ReflectionClass; |
| 10 | 10 | use Spatie\ModelStates\Events\StateChanged; |
| 11 | 11 | use Spatie\ModelStates\Exceptions\CouldNotPerformTransition; |