Run 'bill later' once daily

This commit is contained in:
Hillel Coren 2018-09-23 09:09:58 +03:00
parent 21f287ca00
commit 7522494e91
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ use Cache;
use Utils;
use Exception;
use DateTime;
use Auth;
use App\Jobs\SendInvoiceEmail;
use App\Models\Invoice;
use App\Models\Currency;