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 d3ad3c5 commit a09b948Copy full SHA for a09b948
lib/internal/Magento/Framework/Lock/Backend/Database.php
@@ -28,6 +28,13 @@ class Database implements \Magento\Framework\Lock\LockManagerInterface
28
/** @var string|false Holds current lock name if set, otherwise false */
29
private $currentLock = false;
30
31
+ /**
32
+ * Database constructor.
33
+ *
34
+ * @param ResourceConnection $resource
35
+ * @param DeploymentConfig $deploymentConfig
36
+ * @param string|null $prefix
37
+ */
38
public function __construct(
39
ResourceConnection $resource,
40
DeploymentConfig $deploymentConfig,
0 commit comments