removed unused imports

This commit is contained in:
denisdulici 2020-02-04 10:51:59 +03:00
parent c2054308af
commit 0d072f12f4

View File

@ -7,9 +7,7 @@ use App\Events\Install\UpdateFinished as Event;
use App\Models\Auth\User; use App\Models\Auth\User;
use App\Models\Auth\Role; use App\Models\Auth\Role;
use App\Models\Auth\Permission; use App\Models\Auth\Permission;
use App\Models\Banking\Transaction;
use App\Models\Common\Company; use App\Models\Common\Company;
use App\Models\Common\Contact;
use App\Models\Common\EmailTemplate; use App\Models\Common\EmailTemplate;
use App\Models\Common\Report; use App\Models\Common\Report;
use App\Utilities\Installer; use App\Utilities\Installer;