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