YetORM\Transaction::getDsnKey PHP Method

getDsnKey() private method

private getDsnKey ( ) : string
return string
    private function getDsnKey()
    {
        return sha1($this->connection->getDsn());
    }