소스 검색

no notis

master
Siti Rahayu 5 년 전
부모
커밋
5be5f21d2b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      app/Jobs/StoreNotice.php

+ 2
- 2
app/Jobs/StoreNotice.php 파일 보기

@@ -34,7 +34,7 @@ class StoreNotice implements ShouldQueue
*
* @return void
*/
public function __construct(array $request, $kpd, $no_badan, $no_siri)
public function __construct(array $request, $non, $no_badan, $no_siri)
{
//
// $countKPD = 0;
@@ -46,7 +46,7 @@ class StoreNotice implements ShouldQueue
// $kpd = 'KP' . $countKPD;

$this->request = $request;
$this->kpd = $kpd;
$this->non = $non;
$this->no_badan = $no_badan;
$this->no_siri = $no_siri;
}

Loading…
취소
저장