Removed duplicate line
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
727806372c
commit
cd98b3817d
1 changed files with 0 additions and 2 deletions
|
@ -59,8 +59,6 @@ class DepreciationsController extends Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
$total = $depreciations->count();
|
$total = $depreciations->count();
|
||||||
$components = $depreciations->skip($offset)->take($limit)->get();
|
|
||||||
|
|
||||||
$depreciations = $depreciations->skip($offset)->take($limit)->get();
|
$depreciations = $depreciations->skip($offset)->take($limit)->get();
|
||||||
|
|
||||||
return (new DepreciationsTransformer)->transformDepreciations($depreciations, $total);
|
return (new DepreciationsTransformer)->transformDepreciations($depreciations, $total);
|
||||||
|
|
Loading…
Add table
Reference in a new issue