Browse Source

Remove Storage from copy command

Stephan Deglow 6 years ago
parent
commit
374460df54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Commands/GenerateDocumentation.php

+ 1 - 1
src/Commands/GenerateDocumentation.php

@@ -172,7 +172,7 @@ class GenerateDocumentation extends Command
         }
 
         if ($logo = config('apidoc.logo')) {
-            Storage::copy(
+            copy(
                 $logo,
                 $outputPath.DIRECTORY_SEPARATOR.'images'.DIRECTORY_SEPARATOR.'logo.png'
             );