Skip to content

Commit

Permalink
StyleCi Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralfs committed Apr 14, 2021
1 parent c436b06 commit 597eebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resolvers/DomainTenantResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

namespace Stancl\Tenancy\Resolvers;

use Illuminate\Database\Eloquent\Builder;
use Stancl\Tenancy\Contracts\Domain;
use Stancl\Tenancy\Contracts\Tenant;
use Stancl\Tenancy\Exceptions\TenantCouldNotBeIdentifiedOnDomainException;
use Illuminate\Database\Eloquent\Builder;

class DomainTenantResolver extends Contracts\CachedTenantResolver
{
Expand Down

0 comments on commit 597eebd

Please sign in to comment.