docs: fix mikro-orm imports from framework (#13885)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user