Bitwarden Server: class renamed

This commit is contained in:
Steffen Lange 2021-01-26 11:43:06 +01:00
parent 30bc289ff2
commit 1975ce597d

View file

@ -1,6 +1,6 @@
<?php
class Bitwarden_rs extends PatchBase {
class BitwardenRust extends PatchBase {
function __construct() {
parent::__construct('Daniel García', 'Bitwarden in Rust', 'https://github.com/dani-garcia/bitwarden_rs');
}