@@ -41,7 +41,7 @@ |
||
41 | 41 | { |
42 | 42 | $container = $this->options['container']; |
43 | 43 | if (!preg_match( |
44 | - '/^\/'.preg_quote($container, '/').'(?:\/(?<transformers>[a-zA-Z0-9_\-,\/]+))\/f_key(?<file_path>\/.+)$/', |
|
44 | + '/^\/' . preg_quote($container, '/') . '(?:\/(?<transformers>[a-zA-Z0-9_\-,\/]+))\/f_key(?<file_path>\/.+)$/', |
|
45 | 45 | $path, |
46 | 46 | $matches |
47 | 47 | )) { |