docs: fix mikro-orm imports from framework (#13885)

This commit is contained in:
Shahed Nasser
2025-10-28 18:27:34 +02:00
committed by GitHub
parent 0244f029aa
commit 540ae996ff
22 changed files with 84 additions and 84 deletions
@@ -1133,7 +1133,7 @@ Before adding the step that does this, you'll add a method in the `RestockModule
// other imports...
import { InjectManager, MedusaContext } from "@medusajs/framework/utils"
import { Context } from "@medusajs/framework/types"
import { EntityManager } from "@medusajs/framework/@mikro-orm/knex"
import { EntityManager } from "@medusajs/framework/mikro-orm/knex"
class RestockModuleService extends MedusaService({
RestockSubscription,