Skip to content

Commit

Permalink
1.39.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashank Atreya committed Jun 29, 2023
1 parent 2e177c6 commit 6d14b1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SpecialPage/SpecialNetworkNotice.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ class SpecialNetworkNotice extends \SpecialPage {
*/
private $loadBalancer;

/**
* @param ILoadBalancer $loadBalancer
*/
public function __construct( ILoadBalancer $loadBalancer ) {
$this->loadBalancer = $loadBalancer;
parent::__construct( 'NetworkNotice', 'usenetworknotice' );
Expand Down

0 comments on commit 6d14b1e

Please sign in to comment.