App\Http\Controllers\User\Settings\SettingController::editCommon PHP Méthode

editCommon() public méthode

get Common setting
public editCommon ( CaptchaManager $captcha ) : Xpressengine\Presenter\RendererInterface
$captcha Xpressengine\Captcha\CaptchaManager
Résultat Xpressengine\Presenter\RendererInterface
    public function editCommon(CaptchaManager $captcha)
    {
        $config = app('xe.config')->get('user.common');
        return XePresenter::make('user.settings.setting.common', compact('config', 'captcha'));
    }