Skip to content

Commit

Permalink
order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
noemimpimentel committed Jan 13, 2025
1 parent 3bcc2a4 commit bb10be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Customer/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

use Bildvitta\IssCrm\Models\Channel;
use Bildvitta\IssCrm\Models\CivilStatus;
use Bildvitta\IssCrm\Models\Country;
use Bildvitta\IssCrm\Models\Hub\HubCompany;
use Bildvitta\IssCrm\Models\Hub\User;
use Bildvitta\IssCrm\Models\Occupation;
use Bildvitta\IssCrm\Models\Country;
use Bildvitta\IssCrm\Models\OccupationType;
use Bildvitta\IssCrm\Scopes\Customer\RealEstateAgencyScope;
use Bildvitta\IssCrm\Traits\UsesCrmDB;
Expand Down

0 comments on commit bb10be4

Please sign in to comment.