Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

Commit 4fe18d6

Browse files
committed
format code
1 parent 4ffed4b commit 4fe18d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/QiNiuStorage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function store(UploadedFile $file, $filename)
4545
public function lists($path, $start, $size = 20, array $allowFiles = [])
4646
{
4747
$contents = Storage::disk('qiniu')->listContents($path,true);
48+
4849
return collect($contents)->map(function ($file) {
4950
$files['url'] = $this->getUrl('/'.$file['path']);
5051
$files['mtime'] = $file['timestamp'];

0 commit comments

Comments
 (0)