Deprecate legacy core datasource token (#14096)
This commit is contained in:
@@ -7,10 +7,11 @@ import { PageLayoutEntity } from 'src/engine/core-modules/page-layout/entities/p
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
TypeOrmModule.forFeature(
|
||||
[PageLayoutEntity, PageLayoutTabEntity, PageLayoutWidgetEntity],
|
||||
'core',
|
||||
),
|
||||
TypeOrmModule.forFeature([
|
||||
PageLayoutEntity,
|
||||
PageLayoutTabEntity,
|
||||
PageLayoutWidgetEntity,
|
||||
]),
|
||||
],
|
||||
exports: [],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user