Skip to content

Commit 4cfda8e

Browse files
committed
Missing "\" added
1 parent f456cbb commit 4cfda8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ tested in real life and is only meant to gives an impression on how things work.
9999

100100
```php
101101
/** @var \Webklex\PHPIMAP\Client $client */
102-
$client = Webklex\IMAP\Facades\Client::make([
102+
$client = \Webklex\IMAP\Facades\Client::make([
103103
'host' => 'somehost.com',
104104
'port' => 993,
105105
'encryption' => 'ssl',
@@ -182,7 +182,7 @@ If you are using google mail or something similar, you might have to use oauth i
182182

183183
```php
184184
/** @var \Webklex\PHPIMAP\Client $client */
185-
$client = Webklex\IMAP\Facades\Client::make([
185+
$client = \Webklex\IMAP\Facades\Client::make([
186186
'host' => 'somehost.com',
187187
'port' => 993,
188188
'encryption' => 'ssl',

0 commit comments

Comments
 (0)