mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Update web.php
This commit is contained in:
@@ -21,7 +21,9 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
if(!defined('DATEFORMAT')) {
|
||||||
const DATEFORMAT = '(19|20)[0-9]{2}-[0-9]{2}-[0-9]{2}';
|
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