Skip to content

Commit a09b948

Browse files
author
Bohdan Korablov
committed
MAGETWO-94369: [Forwardport] Move cron improvements from 2.2 to 2.3
1 parent d3ad3c5 commit a09b948

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/internal/Magento/Framework/Lock/Backend/Database.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ class Database implements \Magento\Framework\Lock\LockManagerInterface
2828
/** @var string|false Holds current lock name if set, otherwise false */
2929
private $currentLock = false;
3030

31+
/**
32+
* Database constructor.
33+
*
34+
* @param ResourceConnection $resource
35+
* @param DeploymentConfig $deploymentConfig
36+
* @param string|null $prefix
37+
*/
3138
public function __construct(
3239
ResourceConnection $resource,
3340
DeploymentConfig $deploymentConfig,

0 commit comments

Comments
 (0)