Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit e2a690a

Browse files
author
Mateusz Gostański
committed
BaseConfig changed to normal class
1 parent f00fcee commit e2a690a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/BaseConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Grixu\ApiClient\Enums\AuthType;
88
use GuzzleHttp\Psr7\Uri;
99

10-
abstract class BaseConfig implements Config
10+
class BaseConfig implements Config
1111
{
1212
protected Uri $baseUrl;
1313
protected string $responseDataClass;

0 commit comments

Comments
 (0)