8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20811ce commit 5690b97Copy full SHA for 5690b97
src/Symfony/Component/Lock/Store/MongoDbStore.php
@@ -27,7 +27,7 @@
27
use Symfony\Component\Lock\Exception\LockStorageException;
28
use Symfony\Component\Lock\Exception\NotSupportedException;
29
use Symfony\Component\Lock\Key;
30
-use Symfony\Component\Lock\StoreInterface;
+use Symfony\Component\Lock\BlockingStoreInterface;
31
32
/**
33
* MongoDbStore is a StoreInterface implementation using MongoDB as a storage
@@ -46,7 +46,7 @@
46
*
47
* @author Joe Bennett <joe@assimtech.com>
48
*/
49
-class MongoDbStore implements StoreInterface
+class MongoDbStore implements BlockingStoreInterface
50
{
51
private $collection;
52
private $client;
0 commit comments