drip = $drip; } /** * Execute the console command. * * @return mixed */ public function handle() { v('handlestart'); // $this->drip->send(User::find($this->argument('user'))); } }