Fix handling import errors

This commit is contained in:
Hillel Coren 2017-07-18 12:22:13 +03:00
parent cbef2425f2
commit ac850dff35

View File

@ -12,6 +12,7 @@ use App\Models\User;
use Auth; use Auth;
use App; use App;
use Utils; use Utils;
use Exception;
/** /**
* Class SendInvoiceEmail. * Class SendInvoiceEmail.