Skip to content

Commit

Permalink
Fixed return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrooo committed Nov 5, 2018
1 parent 061d6b2 commit 9deca3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ouzo/Core/Request/RoutingService.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function __construct()
$this->routeRule = $router->findRoute();
}

public function getUri(): Uri
public function getUri()
{
return $this->uri;
}
Expand Down

0 comments on commit 9deca3c

Please sign in to comment.