Skip to content

Commit bb1c28f

Browse files
authored
Update event-listeners.md
1 parent 8296e51 commit bb1c28f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/event-listeners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ SolutionForest\InspireCms\Events\Licensing\LicensesRefreshed::class // When
5656
You can create an event listener using Laravel's artisan command:
5757

5858
```bash
59-
php artisan make:listener YourListener --event=SolutionForest\\InspireCms\\Events\\Content\\CreatedContentVersion
59+
php artisan make:listener YourListener --event=\\SolutionForest\\InspireCms\\Events\\Content\\CreatedPublishContentVersion
6060
```
6161

6262
This creates a new listener in the `app/Listeners` directory.

0 commit comments

Comments
 (0)