Skip to content

Commit

Permalink
Model - Added @throws tag in Builder Method
Browse files Browse the repository at this point in the history
  • Loading branch information
najdanovicivan committed Jan 6, 2021
1 parent 55807d7 commit b01cb98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit b01cb98

Please sign in to comment.