Merge pull request #4278 from Striffly/patch-6

Remove useless "use"
This commit is contained in:
David Bomba 2020-11-07 18:45:43 +11:00 committed by GitHub
commit 97974e2954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,6 @@
namespace App\DataMapper; namespace App\DataMapper;
use App\DataMapper\CompanySettings;
use App\Utils\Traits\MakesHash; use App\Utils\Traits\MakesHash;
use stdClass; use stdClass;