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 e5cee23 commit 9b033e5Copy full SHA for 9b033e5
src/parseApi/ParseAnnotation.php
@@ -298,7 +298,7 @@ protected function parseController($class)
298
*/
299
protected function autoCreateUrl($method): string
300
{
301
- if (Config::get("controller_auto_search") || in_array('controller_auto_search',$this->config)){
+ if (Config::get("controller_auto_search") || !empty($this->config['controller_auto_search'])){
302
$pathArr = explode("\\", $method->class );
303
}else{
304
$searchString = $this->controller_layer . '\\';
0 commit comments