mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Fix CS
This commit is contained in:
parent
11031114e2
commit
381f9681b5
7 changed files with 9 additions and 9 deletions
|
@ -327,7 +327,7 @@ class ConfigController extends Controller
|
|||
$backupCodes = (new BackupCodes())->toArray();
|
||||
$backupCodesHashed = array_map(
|
||||
function ($backupCode) {
|
||||
return password_hash($backupCode, PASSWORD_DEFAULT);
|
||||
return password_hash($backupCode, \PASSWORD_DEFAULT);
|
||||
},
|
||||
$backupCodes
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue