Skip to content

Commit 040c4c1

Browse files
committed
Fix PHP/8 Warnings
1 parent 3142ea1 commit 040c4c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/TgDatabase/Order.php

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
*/
88
class Order {
99

10+
public $propertyName;
11+
public $ascending;
12+
public $ignoreCase;
13+
public $sql;
14+
1015
public function __construct($propertyName, $ascending = TRUE, $isSql = FALSE) {
1116
$this->propertyName = $propertyName;
1217
$this->ascending = $ascending;

0 commit comments

Comments
 (0)