App\Http\Controllers\SlackController::getPage PHP Method

getPage() public method

Return all data to the Slack API dashboard
public getPage ( ) : mixed
return mixed
    public function getPage()
    {
        $members = $this->getAllUsersOnYourTeam(4);
        return view('api.slack')->withMembers($members);
    }