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

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

View File

@@ -21,7 +21,9 @@
declare(strict_types=1);
const DATEFORMAT = '(19|20)[0-9]{2}-[0-9]{2}-[0-9]{2}';
if(!defined('DATEFORMAT')) {
const DATEFORMAT = '(19|20)[0-9]{2}-[0-9]{2}-[0-9]{2}';
}
Route::group(
['namespace' => 'FireflyIII\Http\Controllers\System',