applyVisibleFrontend() ->orderBy('sort_order') ->orderBy('id') ->first(); if (!$record) { return $this->controller->run('404'); } return redirect($this->controller->pageUrl('history', ['slug' => $record->slug]), 301); } ?>