@@ -134,7 +134,7 @@ |
||
134 | 134 | protected function getFilePath(string $name) |
135 | 135 | { |
136 | 136 | $path = md5($name); |
137 | - $savePath = $this->path.'/'.substr($path, 0,2); |
|
137 | + $savePath = $this->path.'/'.substr($path, 0, 2); |
|
138 | 138 | FileSystem::make($savePath); |
139 | 139 | return $savePath.'/'.$path.'.cache'; |
140 | 140 | } |