mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove ignore instructions.
This commit is contained in:
parent
27e3ec693a
commit
9874e77ddf
@ -104,14 +104,12 @@ class Limit extends Ardent
|
|||||||
try {
|
try {
|
||||||
$repetition->save();
|
$repetition->save();
|
||||||
\Log::debug('Created new repetition with id #' . $repetition->id);
|
\Log::debug('Created new repetition with id #' . $repetition->id);
|
||||||
// @codeCoverageIgnoreStart
|
|
||||||
} catch (QueryException $e) {
|
} catch (QueryException $e) {
|
||||||
// do nothing
|
// do nothing
|
||||||
|
|
||||||
\Log::error('Trying to save new Limitrepetition failed!');
|
\Log::error('Trying to save new Limitrepetition failed!');
|
||||||
\Log::error($e->getMessage());
|
\Log::error($e->getMessage());
|
||||||
}
|
}
|
||||||
// @codeCoverageIgnoreEnd
|
|
||||||
if (isset($repetition->id)) {
|
if (isset($repetition->id)) {
|
||||||
\Event::fire('limits.repetition', [$repetition]);
|
\Event::fire('limits.repetition', [$repetition]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user