Skip to content

Commit

Permalink
Merge pull request #11 from kprajapatii/master
Browse files Browse the repository at this point in the history
PHP 8.2. deprecated notice
  • Loading branch information
kprajapatii authored Jan 12, 2024
2 parents 6bad165 + c0c54c7 commit 6de9559
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vendor/scribu/lib-posts-to-posts/side-user.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ class P2P_Side_User extends P2P_Side {

protected $item_type = 'P2P_Item_User';

public $query_vars;

function __construct( $query_vars ) {
$this->query_vars = $query_vars;
}
Expand Down

0 comments on commit 6de9559

Please sign in to comment.