Skip to content

Commit 258dfb5

Browse files
authored
comment output resulte
1 parent a185a33 commit 258dfb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/references/events.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ Events::on('failedLogin', function($credentials) {
4444
dd($credentials);
4545
});
4646

47-
// Outputs:
48-
['email' => 'foo@example.com'];
47+
// Outputs: ['email' => 'foo@example.com'];
4948
```
5049

5150
When the magic link login fails, the following array will be provided:

0 commit comments

Comments
 (0)