Skip to content

Commit

Permalink
Update src/GridFS/Bucket.php
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Mikola <[email protected]>
  • Loading branch information
GromNaN and jmikola authored Dec 13, 2023
1 parent 2c372cd commit 701f00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GridFS/Bucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ public function openUploadStream(string $filename, array $options = [])
}

/**
* Register an alias to enable basic filename access for this bucket
* Register an alias to enable basic filename access for this bucket.
*
* For applications that need to interact with GridFS using only a filename
* string, a bucket can be registered with an alias. Files can then be
Expand Down

0 comments on commit 701f00f

Please sign in to comment.