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 645557d commit ae82100Copy full SHA for ae82100
README.md
@@ -234,7 +234,7 @@ protected $commands = [
234
\Webklex\IMAP\Commands\ImapIdleCommand::class,
235
];
236
```
237
-Now register an event listener as described by [here](https://laravel.com/docs/7.x/events#event-subscribers).
+Now register an event listener as described by [the laravel docs](https://laravel.com/docs/7.x/events#event-subscribers).
238
If you don't use the default account, or if you want to add some of your own magic, you'll need to create a
239
custom command (see next section).
240
0 commit comments