uid = $uid; $this->type = $type; $this->fee = $fee; $this->source = $source; $this->desc = $desc; } /** * Execute the job. * * @return void */ public function handle(){ } }