|
@@ -51,7 +51,7 @@ class AsyncUserRegister implements ShouldQueue
|
|
public function handle()
|
|
public function handle()
|
|
{
|
|
{
|
|
$this->reportToChannel();
|
|
$this->reportToChannel();
|
|
- //$this->fireRegisterReport();
|
|
|
|
|
|
+ $this->fireRegisterReport();
|
|
}
|
|
}
|
|
|
|
|
|
private function reportToChannel(){
|
|
private function reportToChannel(){
|