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:
James Cole
2014-08-18 11:53:09 +02:00
parent 9db8f78cd8
commit 5ac790433b
3 changed files with 10 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ class EloquentLimitTrigger
public function updateLimitRepetitions()
{
if (!\Auth::check() || is_null(\Auth::user())) {
\Log::debug('No user for updateLimitRepetitions.');
return;
}