proceed further with beans
This commit is contained in:
9
beans/OrderBy.php
Normal file
9
beans/OrderBy.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace DatabaseHelper\beans;
|
||||
|
||||
use DatabaseHelper\enums\Order;
|
||||
|
||||
class OrderBy {
|
||||
public string $col;
|
||||
public Order $order;
|
||||
}
|
Reference in New Issue
Block a user