each(function($account) { app(InstagramService::class)->refresh($account); }); } /** * getArguments get the console command arguments */ protected function getArguments() { return []; } /** * getOptions get the console command options */ protected function getOptions() { return []; } }