mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 22:34:03 +00:00
Apply fixes from StyleCI (#126)
This commit is contained in:
parent
e43bd21442
commit
1bfe4a7ea5
30 changed files with 59 additions and 59 deletions
|
|
@ -4,10 +4,10 @@ declare(strict_types=1);
|
|||
|
||||
namespace Stancl\Tenancy\Features;
|
||||
|
||||
use Laravel\Telescope\Telescope;
|
||||
use Stancl\Tenancy\TenantManager;
|
||||
use Laravel\Telescope\IncomingEntry;
|
||||
use Laravel\Telescope\Telescope;
|
||||
use Stancl\Tenancy\Contracts\FeatureProvider;
|
||||
use Stancl\Tenancy\TenantManager;
|
||||
|
||||
class TelescopeTags implements FeatureProvider
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Stancl\Tenancy\TenantManager;
|
||||
use Stancl\Tenancy\Contracts\FeatureProvider;
|
||||
use Stancl\Tenancy\TenantManager;
|
||||
|
||||
class TenantRedirect implements FeatureProvider
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue