We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259b5a9 commit bdfc133Copy full SHA for bdfc133
1 file changed
src/Schema/Tables/Contracts/Table.php
@@ -37,7 +37,7 @@
37
* @method static int get_total_items( array $args = [] )
38
* @method static bool update_many( array $entries )
39
* @method static array paginate( array $args, int $per_page = 20, int $page = 1, array $columns = [ '*' ], string $join_table = '', string $join_condition = '', array $selectable_joined_columns = [], string $output = 'OBJECT' )
40
- * @method static mixed[] get_all_by( string $column, $value, string $operator = '=', int $limit = 50 )
+ * @method static mixed[] get_all_by( string $column, $value, string $operator = '=', int $limit = 50, string $order_by = '' )
41
* @method static ?mixed get_first_by( string $column, $value )
42
* @method static ?mixed get_by_id( $id )
43
* @method static array operators()
0 commit comments