Skip to content

Change the implementation method of creating a client

Compare
Choose a tag to compare
@kenpingshu kenpingshu released this 17 Dec 03:05
· 7 commits to main since this release
2afc5b9

Because of it's hard to extend Base Client class
Change the implementation method of creating a client

$client = Client::create($config);

to

$client = new Client($config);