Owl\Http\ViewComposers\MailNotifySettingComposer::renderJs PHP Метод

renderJs() защищенный Метод

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