Deprecate legacy core datasource token (#14096)
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import { DataSourceEntity } from './data-source.entity';
|
||||
import { DataSourceService } from './data-source.service';
|
||||
|
||||
@Module({
|
||||
imports: [TypeOrmModule.forFeature([DataSourceEntity], 'core')],
|
||||
imports: [TypeOrmModule.forFeature([DataSourceEntity])],
|
||||
providers: [DataSourceService],
|
||||
exports: [DataSourceService],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user