* Get un-scoped model * * @returns {Model}
()
| 1456 | * @returns {Model} |
| 1457 | */ |
| 1458 | static unscoped() { |
| 1459 | return this.scope(); |
| 1460 | } |
| 1461 | |
| 1462 | /** |
| 1463 | * Add a new scope to the model. This is especially useful for adding scopes with includes, when the model you want to include is not available at the time this model is defined. |
no test coverage detected