filled($v)); } } if (! function_exists('sync_agent_id')) { function sync_agent_id(): int { return cache()->rememberForever('sync_agent_id', fn () => User::where('username', '$$_pacs_sync_$$')->first()->id); } }