1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 23:54:04 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2022-09-29 00:47:38 +00:00
parent 87212e5390
commit 77b5e508d6
6 changed files with 11 additions and 6 deletions

View file

@ -21,7 +21,8 @@ class InitializeTenancyByPath extends IdentificationMiddleware
public function __construct(
protected Tenancy $tenancy,
protected PathTenantResolver $resolver,
) {}
) {
}
/** @return \Illuminate\Http\Response|mixed */
public function handle(Request $request, Closure $next): mixed