mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
No need for break
This commit is contained in:
@@ -178,7 +178,6 @@ class CreateAutoBudgetLimits implements ShouldQueue
|
||||
$value = $this->date->format($format);
|
||||
|
||||
return in_array($value, ['01-01', '07-01'], true);
|
||||
break;
|
||||
case 'yearly':
|
||||
$format = 'm-d';
|
||||
$value = $this->date->format($format);
|
||||
|
Reference in New Issue
Block a user