Fix dateformat.

This commit is contained in:
James Cole
2023-01-17 05:57:06 +01:00
parent 6eaf83d6d2
commit 09cb4b10b9

View File

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