Skip to content

Commit e54a5d7

Browse files
authored
Merge pull request #241 from MarceauKa/patch-1
Typo in 01-configuring-states.md
2 parents 2635c0f + 5eb9abd commit e54a5d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/working-with-states/01-configuring-states.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ If you're using PHP 8 or higher, you can also configure your state using attribu
138138

139139
```php
140140
use Spatie\ModelStates\Attributes\AllowTransition;
141-
use Spatie\ModelStates\Attributes\RegisterState;use Spatie\ModelStates\State;use const Grpc\STATUS_CANCELLED;
141+
use Spatie\ModelStates\Attributes\RegisterState;
142+
use Spatie\ModelStates\State;
142143

143144
#[
144145
AllowTransition(Pending::class, Paid::class),

0 commit comments

Comments
 (0)