@@ -254,7 +254,7 @@ |
||
| 254 | 254 | protected function driverClear(): bool |
| 255 | 255 | { |
| 256 | 256 | try { |
| 257 | - return $this->collection->deleteMany([])->isAcknowledged(); |
|
| 257 | + return $this->collection->deleteMany([])->isAcknowledged(); |
|
| 258 | 258 | } catch (MongoDBException $e) { |
| 259 | 259 | throw new PhpfastcacheDriverException('Got error while trying to empty the collection: ' . $e->getMessage(), 0, $e); |
| 260 | 260 | } |