Owl\Http\ViewComposers\MailNotifySettingComposer::renderCss PHP Method

renderCss() protected method

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