Skip to content

Commit 0780822

Browse files
committed
Remove file
1 parent 04e9c86 commit 0780822

File tree

3 files changed

+5
-34
lines changed

3 files changed

+5
-34
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [4.5.0] - upcoming
5+
6+
* Add GridFS integration for Laravel File Storage by @GromNaN in [#2984](https://github.com/mongodb/laravel-mongodb/pull/2985)
7+
48
## [4.4.0] - 2024-05-31
59

610
* Support collection name prefix by @GromNaN in [#2930](https://github.com/mongodb/laravel-mongodb/pull/2930)
@@ -9,7 +13,6 @@ All notable changes to this project will be documented in this file.
913
* Rename queue option `table` to `collection`
1014
* Replace queue option `expire` with `retry_after`
1115
* Revert behavior of `createOrFirst` to delegate to `firstOrCreate` when in transaction by @GromNaN in [#2984](https://github.com/mongodb/laravel-mongodb/pull/2984)
12-
* Add GridFS integration for Laravel File Storage by @GromNaN in [#2984](https://github.com/mongodb/laravel-mongodb/pull/2985)
1316

1417
## [4.3.1] - 2024-05-31
1518

docs/filesystems.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ need to work with revisions.
136136

137137
.. code-block:: php
138138

139-
// Create a MongoDB Bucket service from the MongoDB connection
139+
// Create a bucket service from the MongoDB connection
140140
/** @var \MongoDB\GridFS\Bucket $bucket */
141141
$bucket = $app['db']->connection('mongodb')->getMongoDB()->selectGridFSBucket();
142142

tests/config/filesystems.php

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)