Skip to content

Commit 405b5fb

Browse files
authored
Rename AwsClient to AwsClientFactory (#204)
1 parent 7af561f commit 405b5fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AwsClient.php renamed to AwsClientFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
use Symfony\Contracts\HttpClient\HttpClientInterface;
2626

2727
/**
28-
* Base API client that instantiate other API classes if needed.
28+
* Factory that instantiate API clients.
2929
*
3030
* @author Tobias Nyholm <[email protected]>
3131
*/
32-
class AwsClient
32+
class AwsClientFactory
3333
{
3434
/**
3535
* @var array

0 commit comments

Comments
 (0)