Skip to content

Commit

Permalink
Describe method forUpdate in the Select phpdoc (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz authored May 12, 2023
1 parent 86c1adc commit 1cffe0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
* @method $this andHaving(...$args);
* @method $this orHaving(...$args);
* @method $this orderBy($expression, $direction = 'ASC');
* @method $this forUpdate()
* @method mixed avg($identifier) Perform aggregation (AVG) based on column or expression value.
* @method mixed min($identifier) Perform aggregation (MIN) based on column or expression value.
* @method mixed max($identifier) Perform aggregation (MAX) based on column or expression value.
Expand Down

0 comments on commit 1cffe0d

Please sign in to comment.