Closed lorenzolosa closed 2 years ago
I've changed the return types of some chainable methods in QueryBuilder from self to static, as it's more precise.
self
static
I've noticed this as I'm extending the QueryBuilder class with an additional method.
Thanks!
I've changed the return types of some chainable methods in QueryBuilder from
self
tostatic
, as it's more precise.I've noticed this as I'm extending the QueryBuilder class with an additional method.