mirror of
https://github.com/anikeen-com/yaac.git
synced 2026-03-13 21:56:10 +00:00
Updated the namespace to Acme
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Afosto\LetsEncrypt;
|
||||
namespace Afosto\Acme;
|
||||
|
||||
use Afosto\LetsEncrypt\Data\Account;
|
||||
use Afosto\LetsEncrypt\Data\Authorization;
|
||||
use Afosto\LetsEncrypt\Data\Certificate;
|
||||
use Afosto\LetsEncrypt\Data\Challenge;
|
||||
use Afosto\LetsEncrypt\Data\Order;
|
||||
use Afosto\Acme\Data\Account;
|
||||
use Afosto\Acme\Data\Authorization;
|
||||
use Afosto\Acme\Data\Certificate;
|
||||
use Afosto\Acme\Data\Challenge;
|
||||
use Afosto\Acme\Data\Order;
|
||||
use GuzzleHttp\Client as HttpClient;
|
||||
use GuzzleHttp\Exception\ClientException;
|
||||
use League\Flysystem\Filesystem;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Afosto\LetsEncrypt\Data;
|
||||
namespace Afosto\Acme\Data;
|
||||
|
||||
class Account
|
||||
{
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Afosto\LetsEncrypt\Data;
|
||||
namespace Afosto\Acme\Data;
|
||||
|
||||
use Afosto\LetsEncrypt\Client;
|
||||
use Afosto\Acme\Client;
|
||||
|
||||
class Authorization
|
||||
{
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Afosto\LetsEncrypt\Data;
|
||||
namespace Afosto\Acme\Data;
|
||||
|
||||
use Afosto\LetsEncrypt\Helper;
|
||||
use Afosto\Acme\Helper;
|
||||
|
||||
class Certificate
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Afosto\LetsEncrypt\Data;
|
||||
namespace Afosto\Acme\Data;
|
||||
|
||||
class Challenge
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Afosto\LetsEncrypt\Data;
|
||||
namespace Afosto\Acme\Data;
|
||||
|
||||
class File
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Afosto\LetsEncrypt\Data;
|
||||
namespace Afosto\Acme\Data;
|
||||
|
||||
class Order
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user