whereNull(['url', 'deleted_at'])->count(); $res = [ 'count' => $count ]; Storage::put('total_local_posts.json', json_encode($res, JSON_UNESCAPED_SLASHES|JSON_PRETTY_PRINT)); ConfigCacheService::put('instance.stats.total_local_posts', $res['count']); Cache::forget('api:nodeinfo'); } /** * Reverse the migrations. */ public function down(): void { // } };