Cockpit\Controller\Base::dashboard PHP Method

dashboard() public method

public dashboard ( )
    public function dashboard()
    {
        $stream = [];
        return $this->render('cockpit:views/base/dashboard.php', compact('stream'));
    }