mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Moved some of the events so they will properly fire. Noticed the budget controllers are a bit of a mess. Next project.
This commit is contained in:
@@ -28,6 +28,7 @@ class EloquentLimitTrigger
|
||||
public function updateLimitRepetitions()
|
||||
{
|
||||
if (!\Auth::check() || is_null(\Auth::user())) {
|
||||
\Log::debug('No user for updateLimitRepetitions.');
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user