Skip to content

Commit be4bc58

Browse files
committed
Add Entered event in the list of events
1 parent b882c07 commit be4bc58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,14 @@ $post->save();
117117
```
118118

119119
### Use the events
120-
This package provides a list of event fired during a transition
120+
This package provides a list of events fired during a transition
121121

122122
```php
123123
Brexis\LaravelWorkflow\Events\Guard
124124
Brexis\LaravelWorkflow\Events\Leave
125125
Brexis\LaravelWorkflow\Events\Transition
126126
Brexis\LaravelWorkflow\Events\Enter
127+
Brexis\LaravelWorkflow\Events\Entered
127128
```
128129

129130
You can subscribe to an event

0 commit comments

Comments
 (0)