Rename TypeORM.ts to typeorm.ts

This commit is contained in:
Umed Khudoiberdiev 2016-03-14 14:18:29 +05:00
parent 1c2a53e46d
commit 2f5a79a1a6

View File

@ -35,4 +35,4 @@ export function createMysqlConnection(configuration: string|ConnectionOptions, d
const connection = this.connectionManager.getConnection();
return connection.connect(<ConnectionOptions> configuration).then(() => connection);
}
}