Skip to content

Commit

Permalink
config name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Webklex authored Dec 3, 2017
1 parent be072f6 commit 102519a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ php artisan vendor:publish --provider="Webklex\IMAP\Providers\LaravelServiceProv
```

Access the IMAP Client by its Facade [\Webklex\IMAP\Facades\Client::class](src/IMAP/Facades/Client.php).
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.

``` php
'aliases' => [
Expand Down

0 comments on commit 102519a

Please sign in to comment.