whereHashtagId($hashtag->id)->count(); $hashtag->cached_count = $count; $hashtag->can_trend = true; $hashtag->can_search = true; $hashtag->save(); } }, 'id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } };