Skip to content

Commit

Permalink
fix: codeclimate issues
Browse files Browse the repository at this point in the history
  • Loading branch information
devaguia committed Mar 7, 2024
1 parent 3cb7543 commit c9630fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/includes/gateways/PixPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* @class VindiPixGateway
* @extends VindiPaymentGateway
*/

class VindiPixGateway extends VindiPaymentGateway
{
/**
Expand Down Expand Up @@ -64,7 +63,6 @@ public function __construct(VindiSettings $vindiSettings, VindiControllers $cont
$this->title = $this->get_option('title');
$this->description = $this->get_option('description');
$this->enabled = $this->get_option('enabled');

}

/**
Expand Down

0 comments on commit c9630fd

Please sign in to comment.