Updated the namespace to Acme

This commit is contained in:
peterbakker
2020-02-13 09:04:16 +01:00
parent 5a35b6af35
commit 4c7b6b8e60
11 changed files with 26 additions and 21 deletions

View File

@@ -44,7 +44,7 @@ decide whether you want to issue `Fake LE Intermediate X1` (staging: `MODE_STAGI
```php
use League\Flysystem\Filesystem;
use League\Flysystem\Adapter\Local;
use Afosto\LetsEncrypt\Client;
use Afosto\Acme\Client;
//Prepare flysystem
$adapter = new Local('data');