Skip to content

Commit e953634

Browse files
authored
Update FileStore.php (#47413)
1 parent a796ba1 commit e953634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Cache/FileStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ protected function emptyPayload()
338338
* @param string $key
339339
* @return string
340340
*/
341-
protected function path($key)
341+
public function path($key)
342342
{
343343
$parts = array_slice(str_split($hash = sha1($key), 2), 0, 2);
344344

0 commit comments

Comments
 (0)