Skip to content

Commit af55570

Browse files
committed
Fix bug in OAS3
1 parent 2470fbc commit af55570

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api.php

-1
Original file line numberDiff line numberDiff line change
@@ -10299,7 +10299,6 @@ public static function toString(ResponseInterface $response): string
1029910299
'username' => 'php-crud-api',
1030010300
'password' => 'php-crud-api',
1030110301
'database' => 'php-crud-api',
10302-
'controllers' => 'openapi,records,columns',
1030310302
]);
1030410303
$request = RequestFactory::fromGlobals();
1030510304
$api = new Api($config);

0 commit comments

Comments
 (0)