Skip to content

Commit

Permalink
Merge pull request #5 from mirko-bukilic/master
Browse files Browse the repository at this point in the history
Fix for dynamic property deprecation warning in php8.2
  • Loading branch information
ppavlovic committed Nov 12, 2023
2 parents 7119d52 + e89ce1d commit 7fb629f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Ruckusing/Adapter/MySQL/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ class Ruckusing_Adapter_MySQL_Base extends Ruckusing_Adapter_Base implements Ruc
*/
private $_in_trx = false;

private $db_info;

private $conn;

/**
* Creates an instance of Ruckusing_Adapter_MySQL_Base
*
Expand Down

0 comments on commit 7fb629f

Please sign in to comment.