mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
@@ -22,7 +22,7 @@
|
|||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
if(!defined('DATEFORMAT')) {
|
if(!defined('DATEFORMAT')) {
|
||||||
const DATEFORMAT = '(19|20)[0-9]{2}-[0-9]{2}-[0-9]{2}';
|
define('DATEFORMAT', '(19|20)[0-9]{2}-[0-9]{2}-[0-9]{2}');
|
||||||
}
|
}
|
||||||
|
|
||||||
Route::group(
|
Route::group(
|
||||||
|
Reference in New Issue
Block a user