mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:24:05 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
d78ce10c21
commit
beb1fa9bc1
2 changed files with 3 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ namespace Stancl\Tenancy\Middleware;
|
|||
use Closure;
|
||||
use Illuminate\Http\Request;
|
||||
use Stancl\Tenancy\Exceptions\TenantCouldNotBeIdentifiedException;
|
||||
use Stancl\Tenancy\TenantManager;
|
||||
|
||||
class InitializeTenancyByRequestData
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Tests;
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue