fix komen pusher
This commit is contained in:
@@ -13,11 +13,10 @@ class NotifikasiAnggota implements ShouldBroadcast
|
||||
|
||||
public $nokp;
|
||||
public $status; // DILULUSKAN atau DITOLAK
|
||||
public $siri;
|
||||
public $komen;
|
||||
public $tagoperasi;
|
||||
|
||||
public function __construct($nokp, $status, $siri, $komen, $tagoperasi = null)
|
||||
public function __construct($nokp, $status, $komen, $tagoperasi = null)
|
||||
{
|
||||
$this->nokp = $nokp;
|
||||
$this->status = strtoupper($status); // pastikan huruf besar DILULUSKAN/DITOLAK
|
||||
|
||||
Reference in New Issue
Block a user