Skip to content

Commit

Permalink
Fix documentation for google cloud storage (see #226)
Browse files Browse the repository at this point in the history
  • Loading branch information
bytehead committed Jan 15, 2021
1 parent 71996e9 commit 83ef597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/adapter_googlecloudstorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:

acme.google_storage_bucket:
class: Google\Cloud\Storage\Bucket
factory: 'acme.google_storage_client:bucket'
factory: ['@acme.google_storage_client', 'bucket']
arguments:
- 'your-bucket-name'
```
Expand Down

0 comments on commit 83ef597

Please sign in to comment.