1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Fix for tests

This commit is contained in:
Hillel Coren 2017-08-06 20:16:28 +03:00
parent 9cc3fe9237
commit 22e31fe323

View File

@ -108,6 +108,7 @@ class QuoteController extends BaseController
'invoiceFonts' => Cache::get('fonts'),
'invoiceLabels' => Auth::user()->account->getInvoiceLabels(),
'isRecurring' => false,
'expenses' => [],
];
}