App\Http\Controllers\CommunityController::getChat PHP 메소드

getChat() 공개 메소드

public getChat ( )
    public function getChat()
    {
        return view('community.chat');
    }