App\Repositories\Backend\History\HistoryContract::render PHP Method

render() public method

public render ( null $limit = null, boolean $paginate = true, integer $pagination = 10 ) : mixed
$limit null
$paginate boolean
$pagination integer
return mixed
    public function render($limit = null, $paginate = true, $pagination = 10);