We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d03b1 commit 4ad6e4fCopy full SHA for 4ad6e4f
packages/boot/src/booters/datasource.booter.ts
@@ -47,9 +47,9 @@ export class DataSourceBooter extends BaseArtifactBooter {
47
await super.load();
48
49
/**
50
- * If Repository Classes were discovered, we need to make sure RepositoryMixin
51
- * was used (so we have `app.repository()`) to perform the binding of a
52
- * Repository Class.
+ * If DataSource Classes were discovered, we need to make sure RepositoryMixin
+ * was used (so we have `app.dataSource()`) to perform the binding of a
+ * DataSource Class.
53
*/
54
if (this.classes.length > 0) {
55
if (!this.app.dataSource) {
0 commit comments