@@ -124,7 +124,7 @@ |
||
124 | 124 | if (!empty($config_cache)) { |
125 | 125 | $meta = $config_cache; |
126 | 126 | } else { |
127 | - $meta = $this->readYml($dir . '/config.yml'); |
|
127 | + $meta = $this->readYml($dir.'/config.yml'); |
|
128 | 128 | } |
129 | 129 | } catch (\Symfony\Component\Yaml\Exception\ParseException $e) { |
130 | 130 | throw new PluginException($e->getMessage(), $e->getCode(), $e); |