idea-php-laravel-plugin
idea-php-laravel-plugin copied to clipboard
Not show custom config that contains array
If I create config file that contains array.
return [
'test1' => 'this config was detect',
'test2' => [
'this', 'config', 'was', 'not', 'detect',
],
];