fix kelulusan

This commit is contained in:
hafifierahman
2021-01-17 08:47:05 +08:00
parent fb6d301884
commit 8f7ce44ee9
11 changed files with 340 additions and 208 deletions
+4 -3
View File
@@ -11,11 +11,12 @@ class StatusLiked implements ShouldBroadcast
{
use Dispatchable, InteractsWithSockets, SerializesModels;
public $message;
public $cawangan,$namateller;
public function __construct($message)
public function __construct($cawangan,$namateller)
{
$this->message = $message;
$this->cawangan = $cawangan;
$this->namateller = $namateller;
}
public function broadcastOn()