Update Page\Redirect
This commit is contained in:
parent
4fe6c50549
commit
530bb0980f
1 changed files with 1 additions and 4 deletions
|
@ -28,10 +28,7 @@ class Redirect extends Page
|
|||
*/
|
||||
public function page(string $marker, array $args = []): Page
|
||||
{
|
||||
$this->link = $this->c->Router->link(
|
||||
$marker,
|
||||
$args
|
||||
);
|
||||
$this->link = $this->c->Router->link($marker, $args);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue