Upgrade to 3.2.5
This commit is contained in:
@@ -129,7 +129,7 @@ class Router
|
||||
* @param string $path
|
||||
* @param string $method
|
||||
* @param array $ignore
|
||||
* @return Kirby\Http\Route|null
|
||||
* @return \Kirby\Http\Route|null
|
||||
*/
|
||||
public function find(string $path, string $method, array $ignore = null)
|
||||
{
|
||||
@@ -159,7 +159,7 @@ class Router
|
||||
* once Router::find() has been called
|
||||
* and only if a route was found.
|
||||
*
|
||||
* @return Kirby\Http\Route|null
|
||||
* @return \Kirby\Http\Route|null
|
||||
*/
|
||||
public function route()
|
||||
{
|
||||
|
Reference in New Issue
Block a user