Owl\Http\ViewComposers\MailNotifySettingComposer::renderJs PHP Méthode

renderJs() protected méthode

メール通知コンポーネント用JS読み込み用Viewを返す
protected renderJs ( ) : Illuminate\View\View | null
Résultat Illuminate\View\View | null | null
    protected function renderJs()
    {
        if ($this->notifyEnable) {
            return view('user.edit._mail-notify-addJs')->render();
        }
        return null;
    }