credit = $credit; $this->company = $company; $this->event_vars = $event_vars; $this->dontBroadcastToCurrentUser(); } public function broadcastModel(): BaseModel { return $this->credit; } }