Merge pull request #6889 from firefly-iii/JC5-patch-1

Update web.php
This commit is contained in:
James Cole
2023-01-17 17:18:54 +01:00
committed by GitHub

View File

@@ -22,7 +22,7 @@
declare(strict_types=1);
if(!defined('DATEFORMAT')) {
const 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(