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

@@ -1,8 +1,8 @@
<?php
namespace Afosto\LetsEncrypt;
namespace Afosto\Acme;
use Afosto\LetsEncrypt\Data\Authorization;
use Afosto\Acme\Data\Authorization;
use GuzzleHttp\Client as HttpClient;
use GuzzleHttp\Exception\ClientException;