Skip to content

Commit

Permalink
Merge pull request #13924 from TheCartpenter/patch-3
Browse files Browse the repository at this point in the history
Update db.php
  • Loading branch information
danielkerr committed May 10, 2024
2 parents 6efe939 + d7a0ec9 commit cf20dd4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions upload/system/library/session/db.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@
* @package Opencart\System\Library\Session
*/
class DB {
/**
* @var object
*/
private object $db;
/**
* @var object
*/
private object $config;

/**
Expand Down

0 comments on commit cf20dd4

Please sign in to comment.