Skip to content

Commit

Permalink
fix multiple traits in use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
reykjalin committed Mar 21, 2024
1 parent 5d520f3 commit 47890f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/core/server/request/class-list-transactions.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
*/
class List_Transactions extends Paginated {

use Date_Parameters, Order_Info;
use Date_Parameters;
use Order_Info;

const DEFAULT_PARAMS = [
'sort' => 'date',
Expand Down

0 comments on commit 47890f3

Please sign in to comment.