mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Fix some linting issues
This commit is contained in:
@@ -221,7 +221,7 @@ trait GetConfigurationData
|
||||
|
||||
return;
|
||||
}
|
||||
if (($now - $lastTime) > 129600) {
|
||||
if (($now - $lastTime) > 129_600) {
|
||||
request()->session()->flash('warning', trans('firefly.recurring_cron_long_ago'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user