Set where and order_by to public

This commit is contained in:
FusionPBX 2022-12-14 09:58:27 -07:00 committed by GitHub
parent 30ddc55e03
commit a83982ea1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@
* @var array Two dimensional array of key value pairs * @var array Two dimensional array of key value pairs
* @see $order_by * @see $order_by
*/ */
private $where; //array public $where; //array
/** /**
* Order By clause(s) of an SQL statement. * Order By clause(s) of an SQL statement.
@ -152,7 +152,7 @@
* @var array Two dimensional array of key value pairs * @var array Two dimensional array of key value pairs
* @see $where * @see $where
*/ */
private $order_by; //array public $order_by; //array
/** /**
* Ascending or Descending order. * Ascending or Descending order.