formatting

This commit is contained in:
denisdulici
2019-12-01 20:16:32 +03:00
parent 1e4a50ae72
commit ebec4475fd
2 changed files with 3 additions and 9 deletions

View File

@ -49,10 +49,7 @@ class Customers extends Controller
'overdue' => 0,
];
$counts = [
'invoices' => 0,
'transactions' => 0,
];
$counts = [];
// Handle invoices
$invoices = Invoice::where('contact_id', $customer->id)->get();