Skip to content

Commit 102519a

Browse files
authored
config name fixed
1 parent be072f6 commit 102519a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ php artisan vendor:publish --provider="Webklex\IMAP\Providers\LaravelServiceProv
5353
```
5454

5555
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.
56+
Therefor you might want to add an alias to the aliases array within the config/app.php file.
5757

5858
``` php
5959
'aliases' => [

0 commit comments

Comments
 (0)