Files
mono/blog/bp/post
giles baf9f1468d Fix services.get() → services.blog_page attribute access
The service registry uses __getattr__, so .get() is interpreted
as looking up a service named "get". Use attribute access instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 09:57:04 +00:00
..