Update Page\Redirect

This commit is contained in:
Visman 2021-02-13 13:23:25 +07:00
parent 4fe6c50549
commit 530bb0980f

View file

@ -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;
}