You are here

public function Lock::__construct in Ultimate Cron 8.2

File

src/Lock/Lock.php, line 21

Class

Lock
Class for handling lock functions.

Namespace

Drupal\ultimate_cron\Lock

Code

public function __construct(Connection $connection) {
  $this->connection = $connection;
}