0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

composer format

This commit is contained in:
David Goodwin 2021-07-11 21:21:00 +01:00
parent 28a4baf857
commit 8ca6f718b2

View File

@ -1309,7 +1309,6 @@ function pacrypt($pw, $pw_db = "")
$hasher = new \PostfixAdmin\PasswordHashing\Crypt($mechanism);
return $hasher->crypt($pw, $pw_db);
}
/**