|
@@ -16,9 +16,9 @@ class DataAnomaly extends Notification implements ShouldQueue
|
|
|
private $download;
|
|
private $download;
|
|
|
private $total;
|
|
private $total;
|
|
|
|
|
|
|
|
- public function __construct($id, $upload, $download, $total)
|
|
|
|
|
|
|
+ public function __construct($userId, $upload, $download, $total)
|
|
|
{
|
|
{
|
|
|
- $this->userId = $id;
|
|
|
|
|
|
|
+ $this->userId = $userId;
|
|
|
$this->upload = $upload;
|
|
$this->upload = $upload;
|
|
|
$this->download = $download;
|
|
$this->download = $download;
|
|
|
$this->total = $total;
|
|
$this->total = $total;
|