Skip to content

Commit

Permalink
Merge pull request #755 from JamesShaver/patch-2
Browse files Browse the repository at this point in the history
docs: update events.md
  • Loading branch information
datamweb authored Jun 21, 2023
2 parents 7c07326 + 12b326e commit 3412fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for more information.

#### register

Triggered when a new user has registered in the system. It's only argument is the `User` entity itself.
Triggered when a new user has registered in the system. The only argument is the `User` entity itself.

```php
Events::trigger('register', $user);
Expand Down

0 comments on commit 3412fac

Please sign in to comment.