Skip to content

Commit

Permalink
Merge pull request #99 from iMattPro/fixes
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
iMattPro authored Dec 6, 2024
2 parents 5493a7c + 4f608a1 commit 024252f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions acp/wpn_acp_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use phpbb\language\language;
use phpbb\log\log;
use phpbb\request\request;
use phpbb\symfony_request;
use phpbb\template\template;
use phpbb\user;

Expand All @@ -35,6 +36,9 @@ class wpn_acp_module
/** @var request $request */
protected $request;

/** @var symfony_request $symfony_request */
private $symfony_request;

/** @var template $template */
protected $template;

Expand Down

0 comments on commit 024252f

Please sign in to comment.