App\Http\Controllers\User\Settings\SettingController::editJoin PHP Метод

editJoin() публичный Метод

edit Join setting
public editJoin ( CaptchaManager $captcha ) : Xpressengine\Presenter\RendererInterface
$captcha Xpressengine\Captcha\CaptchaManager
Результат Xpressengine\Presenter\RendererInterface
    public function editJoin(CaptchaManager $captcha)
    {
        $config = app('xe.config')->get('user.join');
        return XePresenter::make('user.settings.setting.join', compact('config', 'captcha'));
    }