mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 04:19:12 +00:00
Removed some old code, added todo's.
This commit is contained in:
@@ -100,7 +100,7 @@ class Limit extends Ardent
|
||||
\Log::error($e->getMessage());
|
||||
}
|
||||
if (isset($repetition->id)) {
|
||||
\Event::fire('limits.repetition', [$repetition]);
|
||||
\Event::fire('limits.repetition', [$repetition]); // not used, I guess?
|
||||
}
|
||||
} else {
|
||||
if ($count == 1) {
|
||||
|
||||
Reference in New Issue
Block a user