@@ -4,8 +4,8 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Illuminate\Database\Eloquent\Builder; |
| 6 | 6 | use Illuminate\Database\Eloquent\Model; |
| 7 | -use Spatie\ModelStates\Exceptions\InvalidConfig; |
|
| 8 | 7 | use Spatie\ModelStates\Exceptions\CouldNotPerformTransition; |
| 8 | +use Spatie\ModelStates\Exceptions\InvalidConfig; |
|
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | 11 | * @mixin \Illuminate\Database\Eloquent\Model |