Fixed broken CI

This commit is contained in:
Nyholm 2021-08-20 17:06:10 -07:00 committed by David Garcia
parent 02f5345dd5
commit 52a8ec5e63

View File

@ -11,7 +11,7 @@ declare(strict_types=1);
namespace Mailgun\Tests\Api;
use GuzzleHttp\Psr7\Response;
use Nyholm\Psr7\Response;
use Mailgun\Api\Mailboxes;
use Mailgun\Exception\InvalidArgumentException;