(string $col, mixed $val)
| 4317 | } |
| 4318 | |
| 4319 | public function where(string $col, mixed $val): self |
| 4320 | { |
| 4321 | return $this; |
| 4322 | } |
| 4323 | } |
| 4324 | |
| 4325 | // ─── Abstract Base Class ──────────────────────────────────────────────────── |
no outgoing calls
no test coverage detected