Skip to content

Commit

Permalink
Merge pull request #1021 from supergrecko/master
Browse files Browse the repository at this point in the history
Added missing equal sign in documentation
  • Loading branch information
frankdejonge committed Apr 24, 2019
2 parents dca2c96 + a1326ae commit d4696d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/filesystem-api.md
Expand Up @@ -179,7 +179,7 @@ param | description | type
## Copy Files

```php
$response $filesystem->copy($from, $to);
$response = $filesystem->copy($from, $to);
```

param | description | type
Expand Down

0 comments on commit d4696d3

Please sign in to comment.