Mark `app.boot` as deprecated.
This commit is contained in:
parent
bca9722196
commit
70615696cd
|
@ -167,6 +167,9 @@ app.model = function (Model, config) {
|
|||
/**
|
||||
* Get the models exported by the app. Returns only models defined using `app.model()`
|
||||
*
|
||||
* **Deprecated. Use the package
|
||||
* [loopback-boot](https://github.com/strongloop/loopback-boot) instead.**
|
||||
|
||||
* There are two ways to access models:
|
||||
*
|
||||
* 1. Call `app.models()` to get a list of all models.
|
||||
|
|
Loading…
Reference in New Issue