Update web.php

This commit is contained in:
James Cole
2023-01-17 12:40:40 +01:00
committed by GitHub
parent ef46ab6de2
commit d5cade320b

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',