/** * Execute the console command. * * @return mixed */ public function handle() { $this->feedService->run(); }
/** * Execute the console command. * * @return mixed */ public function handle() { $this->feedService->run(); $callback = function ($message) { }; }