We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6155eb0 commit 1086cb3Copy full SHA for 1086cb3
src/RestController.php
@@ -442,8 +442,7 @@ private function do_auth($method = false)
442
*/
443
private function get_local_config($config_file)
444
{
445
- if (!$this->load->config($config_file, false))
446
- {
+ if (!$this->load->config($config_file, false)) {
447
$config = [];
448
include __DIR__.'/'.$config_file.'.php';
449
foreach ($config as $key => $value) {
0 commit comments