mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 22:50:53 +00:00
Merge pull request #1472 from thorsten/master
Added missing visibility for constructor
This commit is contained in:
commit
28069fa1b4
@ -69,7 +69,7 @@ class ApiClient
|
|||||||
* Constructor of the class
|
* Constructor of the class
|
||||||
* @param Configuration $config config for this ApiClient
|
* @param Configuration $config config for this ApiClient
|
||||||
*/
|
*/
|
||||||
function __construct(Configuration $config = null)
|
public function __construct(Configuration $config = null)
|
||||||
{
|
{
|
||||||
if ($config == null) {
|
if ($config == null) {
|
||||||
$config = Configuration::getDefaultConfiguration();
|
$config = Configuration::getDefaultConfiguration();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user