Merge pull request #6902 from firefly-iii/JC5-patch-2

Update web.php
This commit is contained in:
James Cole 2023-01-20 12:40:48 +01:00 committed by GitHub
commit 259ad852c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
declare(strict_types=1); declare(strict_types=1);
if (!defined('DATEFORMAT')) { if (!defined('DATEFORMAT')) {
define('DATEFORMAT', '(19|20)[0-9]{2}-[0-9]{2}-[0-9]{2}'); define('DATEFORMAT', '(19|20)[0-9]{2}-?[0-9]{2}-?[0-9]{2}');
} }
Route::group( Route::group(