Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien authored and StyleCIBot committed Nov 25, 2020
1 parent 01fd946 commit 05e6df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Middleware/AccessMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface
$request = $request->withAttribute(UserInterface::class, $user);
} else {
// return $this->auth->unauthorizedResponse($request);
return new RedirectResponse($basePath !== '/' ? $basePath : '' . $this->redirect);
return new RedirectResponse($basePath !== '/' ? $basePath : ''.$this->redirect);
}

$resources = DataModel::getResources($adapter, $this->tableResource);
Expand Down

0 comments on commit 05e6df0

Please sign in to comment.