root 5年前
コミット
bf35e0b3ed
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;
}

読み込み中…
キャンセル
保存