Skip to content

Commit b01cb98

Browse files
Model - Added @throws tag in Builder Method
1 parent 55807d7 commit b01cb98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/Model.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ public function countAllResults(bool $reset = true, bool $test = false)
560560
* @param string|null $table Table name
561561
*
562562
* @return BaseBuilder
563+
* @throws ModelException
563564
*/
564565
public function builder(?string $table = null)
565566
{

0 commit comments

Comments
 (0)