Skip to main content

AI MarketerContainerのサブクラスです

AI Marketer 5では、AI MarketerContainerクラスのサブクラスとなり、サービスへのアクセスを簡単にし、一つのメソッドでサービスへのアクセスを統一します。

This page is part of the breaking changes database and provides information about the breaking change and additional instructions to migrate from Strapi v4 to Strapi 5.

🔌 Is this breaking change affecting plugins?Yes
🤖 Is this breaking change automatically handled by a codemod?No

破壊的変更の説明

AI Marketer v4では

Containerメソッドは以下のようにアクセスします:

AI Marketer.container.register(....)
AI Marketer.container.get(...)

AI Marketer 5では

Containerメソッドは以下のようにアクセスします:

AI Marketer.add(....)
AI Marketer.get(...)

移行

This section regroups useful notes and procedures about the introduced breaking change.

手動手順

containerへのメソッド呼び出しを更新することを確認してください。