Skip to content

Commit cf21749

Browse files
committed
Merge branch '5.2' into 5.3
* 5.2: Bump Symfony version to 5.2.11 Update VERSION for 5.2.10 Update CHANGELOG for 5.2.10 Bump Symfony version to 4.4.26 cs fix Update VERSION for 4.4.25 Update CONTRIBUTORS for 4.4.25 Update CHANGELOG for 4.4.25
2 parents d6dc072 + 6c32906 commit cf21749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Store/MongoDbStore.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
*/
4848
class MongoDbStore implements PersistingStoreInterface
4949
{
50+
use ExpiringStoreTrait;
51+
5052
private $collection;
5153
private $client;
5254
private $uri;
5355
private $options;
5456
private $initialTtl;
5557

56-
use ExpiringStoreTrait;
57-
5858
/**
5959
* @param Collection|Client|string $mongo An instance of a Collection or Client or URI @see https://docs.mongodb.com/manual/reference/connection-string/
6060
* @param array $options See below

0 commit comments

Comments
 (0)