@@ -65,7 +65,9 @@ |
||
65 | 65 | trailingslashit( dirname( ABSPATH )), |
66 | 66 | ]); |
67 | 67 | foreach( (array) $configLocations as $location ) { |
68 | - if( !file_exists( $location . $configYaml ))continue; |
|
68 | + if( !file_exists( $location . $configYaml )) { |
|
69 | + continue; |
|
70 | + } |
|
69 | 71 | return $location . $configYaml; |
70 | 72 | } |
71 | 73 | return $this->app->path( 'defaults.yml' ); |