Merge pull request #30296 from nextcloud/enhancement/strict-2fa-middleware

This commit is contained in:
Julius Härtl 2021-12-29 18:23:32 +01:00 committed by GitHub
commit 73cf2394a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,7 @@
<?php
declare(strict_types=1);
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*