Closed bartekn closed 9 years ago
This PR adds capitalized modules names while autoloading. To not break existing apps we leave existing camelized (with uppercaseFirstLetter = false) module names. They will be removed after all apps migrate to a newer stex version.
uppercaseFirstLetter
false
See discussion: https://github.com/stellar/stellar-api/pull/42#discussion_r25180447
:+1:
This PR adds capitalized modules names while autoloading. To not break existing apps we leave existing camelized (with
uppercaseFirstLetter
=false
) module names. They will be removed after all apps migrate to a newer stex version.See discussion: https://github.com/stellar/stellar-api/pull/42#discussion_r25180447