()
| 8 | class BaseModel extends Model { |
| 9 | // To avoid too many SQL variables error |
| 10 | static get defaultEagerAlgorithm() { |
| 11 | return Model.JoinEagerAlgorithm |
| 12 | } |
| 13 | |
| 14 | static get useLimitInFirst() { |
| 15 | return true |
nothing calls this directly
no outgoing calls
no test coverage detected