Skip to content

Commit 374460d

Browse files
committed
Remove Storage from copy command
1 parent 495f35a commit 374460d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/GenerateDocumentation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ private function writeMarkdown($parsedRoutes)
172172
}
173173

174174
if ($logo = config('apidoc.logo')) {
175-
Storage::copy(
175+
copy(
176176
$logo,
177177
$outputPath.DIRECTORY_SEPARATOR.'images'.DIRECTORY_SEPARATOR.'logo.png'
178178
);

0 commit comments

Comments
 (0)