@return static */
()
| 4312 | { |
| 4313 | /** @return static */ |
| 4314 | public static function query(): self |
| 4315 | { |
| 4316 | return new static(); |
| 4317 | } |
| 4318 | |
| 4319 | public function where(string $col, mixed $val): self |
| 4320 | { |
no outgoing calls
no test coverage detected