| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class ApiClient extends ApiAbstract |
||
| 12 | { |
||
| 13 | const ENTITY_SINGULAR = 'apiClient'; |
||
| 14 | const ENTITY_PLURAL = 'apiClients'; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * ApiClient constructor. |
||
| 18 | * |
||
| 19 | * @param LoggerInterface $logger |
||
| 20 | * @param RepoService $repoService |
||
| 21 | */ |
||
| 22 | public function __construct(LoggerInterface $logger, RepoService $repoService) |
||
| 27 |