We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c07326 + 12b326e commit 3412facCopy full SHA for 3412fac
docs/events.md
@@ -23,7 +23,7 @@ for more information.
23
24
#### register
25
26
-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.
27
28
```php
29
Events::trigger('register', $user);
0 commit comments