diff --git a/system/Model.php b/system/Model.php index ef3bc0f010f5..dbb2584dfab0 100644 --- a/system/Model.php +++ b/system/Model.php @@ -560,6 +560,7 @@ public function countAllResults(bool $reset = true, bool $test = false) * @param string|null $table Table name * * @return BaseBuilder + * @throws ModelException */ public function builder(?string $table = null) {