Update packages.

This commit is contained in:
James Cole
2022-03-30 20:09:19 +02:00
parent 1211a5c878
commit 3120e29940
14 changed files with 68 additions and 59 deletions

View File

@@ -21,6 +21,8 @@
declare(strict_types=1);
use PragmaRX\Google2FALaravel\Support\Constants;
return [
/*
* Auth container binding
@@ -92,4 +94,6 @@ return [
'store_in_cookie' => true,
'qrcode_image_backend' => Constants::QRCODE_IMAGE_BACKEND_SVG,
];