Skip to content

Commit 2470fbc

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.php

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
'username' => 'php-crud-api',
1414
'password' => 'php-crud-api',
1515
'database' => 'php-crud-api',
16-
'controllers' => 'openapi,records,columns',
1716
]);
1817
$request = RequestFactory::fromGlobals();
1918
$api = new Api($config);

0 commit comments

Comments
 (0)