mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 20:38:57 +00:00
Bug fix and limit expansions [skip ci]
This commit is contained in:
@@ -37,7 +37,7 @@ Route::bind('limit', function($value, $route)
|
||||
where('limits.id', $value)->
|
||||
leftJoin('components','components.id','=','limits.component_id')->
|
||||
where('components.class','Budget')->
|
||||
where('components.user_id',Auth::user()->id)->first();
|
||||
where('components.user_id',Auth::user()->id)->first(['limits.*']);
|
||||
}
|
||||
return null;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user