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.
1 parent a185a33 commit 258dfb5Copy full SHA for 258dfb5
docs/references/events.md
@@ -44,8 +44,7 @@ Events::on('failedLogin', function($credentials) {
44
dd($credentials);
45
});
46
47
-// Outputs:
48
-['email' => 'foo@example.com'];
+// Outputs: ['email' => 'foo@example.com'];
49
```
50
51
When the magic link login fails, the following array will be provided:
0 commit comments