with('title') ->limit(50) ->get(); $this->withProgressBar($seasons, function (Season $season) { if ($season->title) { $season->maybeUpdateFromExternal($season->title); } }); $this->info('Seasons updated'); } }