Skip to content

Commit

Permalink
Merge pull request #241 from MarceauKa/patch-1
Browse files Browse the repository at this point in the history
Typo in 01-configuring-states.md
  • Loading branch information
freekmurze committed Nov 6, 2023
2 parents 2635c0f + 5eb9abd commit e54a5d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/working-with-states/01-configuring-states.md
Expand Up @@ -138,7 +138,8 @@ If you're using PHP 8 or higher, you can also configure your state using attribu

```php
use Spatie\ModelStates\Attributes\AllowTransition;
use Spatie\ModelStates\Attributes\RegisterState;use Spatie\ModelStates\State;use const Grpc\STATUS_CANCELLED;
use Spatie\ModelStates\Attributes\RegisterState;
use Spatie\ModelStates\State;

#[
AllowTransition(Pending::class, Paid::class),
Expand Down

0 comments on commit e54a5d7

Please sign in to comment.