Browse Source

no notis

master
Siti Rahayu 4 years ago
parent
commit
5be5f21d2b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      app/Jobs/StoreNotice.php

+ 2
- 2
app/Jobs/StoreNotice.php View File

* *
* @return void * @return void
*/ */
public function __construct(array $request, $kpd, $no_badan, $no_siri)
public function __construct(array $request, $non, $no_badan, $no_siri)
{ {
// //
// $countKPD = 0; // $countKPD = 0;
// $kpd = 'KP' . $countKPD; // $kpd = 'KP' . $countKPD;


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

Loading…
Cancel
Save