@@ -33,7 +33,7 @@ |
||
33 | 33 | |
34 | 34 | $this->urlManipulator->setUrl($request->getUri()); |
35 | 35 | $this->urlManipulator->removeQuery(config('links.query_key')); |
36 | - if($link->url !== $this->urlManipulator->getUrl()){ |
|
36 | + if ($link->url !== $this->urlManipulator->getUrl()) { |
|
37 | 37 | throw new LinkNotFoundException; |
38 | 38 | } |
39 | 39 | return $next($request); |