mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:14:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
87212e5390
commit
77b5e508d6
6 changed files with 11 additions and 6 deletions
|
|
@ -18,7 +18,8 @@ class InitializeTenancyByRequestData extends IdentificationMiddleware
|
|||
public function __construct(
|
||||
protected Tenancy $tenancy,
|
||||
protected RequestDataTenantResolver $resolver,
|
||||
) {}
|
||||
) {
|
||||
}
|
||||
|
||||
/** @return \Illuminate\Http\Response|mixed */
|
||||
public function handle(Request $request, Closure $next): mixed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue