Skip to content

Commit

Permalink
Added the query() method annotation to the ModelProxy base class
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Feb 26, 2023
1 parent 47b82ff commit 2ae80fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Proxies/ModelProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* @method static int insertGetId(array $values, $sequence = null)
* @method static int update(array $values)
* @method static bool updateOrInsert(array $attributes, array $values = [])
* @method static \Illuminate\Database\Query\Builder query()
* @method static \Illuminate\Database\Query\Builder where($column, $operator = null, $value = null, $boolean = 'and')
* @method static \Illuminate\Database\Query\Builder whereIn($column, $values, $boolean = 'and', $not = false)
* @method static \Illuminate\Database\Query\Builder whereNotIn($column, $values, $boolean = 'and')
Expand Down

0 comments on commit 2ae80fe

Please sign in to comment.