No need for break

This commit is contained in:
James Cole
2021-09-19 08:28:10 +02:00
parent 060c08c011
commit eae0cc17a4
2 changed files with 0 additions and 5 deletions

View File

@@ -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);