mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Merge pull request #6878 from firefly-iii/fix-routes-again
Fix dateformat.
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
const DATEFORMAT = DATEFORMAT;
|
const DATEFORMAT = '(19|20)[0-9]{2}-[0-9]{2}-[0-9]{2}';
|
||||||
|
|
||||||
Route::group(
|
Route::group(
|
||||||
['namespace' => 'FireflyIII\Http\Controllers\System',
|
['namespace' => 'FireflyIII\Http\Controllers\System',
|
||||||
|
Reference in New Issue
Block a user