Skip to content

Commit

Permalink
修改route interface
Browse files Browse the repository at this point in the history
  • Loading branch information
titrxw committed May 7, 2021
1 parent f269647 commit ebf2636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Router/RouteInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
interface RouteInterface {
public function getName();
public function getModule();
public function getUrl();
public function getUri();
public function getController();
public function getAction();
public function getArgs();
Expand Down

0 comments on commit ebf2636

Please sign in to comment.