mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 07:22:13 +00:00
Fixed typo
This commit is contained in:
@@ -59,7 +59,7 @@ interface IGroupRoute extends IRoute
|
||||
* @param string $url
|
||||
* @return static
|
||||
*/
|
||||
public function prependUrl(string $url): self;
|
||||
public function prependPrefix(string $url): self;
|
||||
|
||||
/**
|
||||
* Set prefix that child-routes will inherit.
|
||||
|
||||
Reference in New Issue
Block a user