P
Size: a a a
P
ТТ
️️
AS
(I
AM
AS
AM
AS
if (!Cache::get('tv-filter_cached')) {
$tvs = SiteContent::select('id')->where('parent', 43)->get()->map->id;
$childs = SiteContent::select('alias','pagetitle')->whereIn('parent',$tvs)-> where(['published' => '1'])->get()->keyBy('alias')->map->pagetitle;
Cache::forever('tv-filter_cached', $childs->toArray());
Log::info('recached ');
}
AS
AM
AM
AS
AM
AS
AM
AS
AM
AS