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 be072f6 commit 102519aCopy full SHA for 102519a
README.md
@@ -53,7 +53,7 @@ php artisan vendor:publish --provider="Webklex\IMAP\Providers\LaravelServiceProv
53
```
54
55
Access the IMAP Client by its Facade [\Webklex\IMAP\Facades\Client::class](src/IMAP/Facades/Client.php).
56
-Therefor you might want to add an alias to the aliases array within the [config/imap.php](src/config/imap.php) file.
+Therefor you might want to add an alias to the aliases array within the config/app.php file.
57
58
``` php
59
'aliases' => [
0 commit comments