Skip to content

Commit

Permalink
Remove final da Classe Rede.php
Browse files Browse the repository at this point in the history
Erro ao compilar módulo , causado pela classe Rede por estar instanciada como final.
  • Loading branch information
viniqueiroz authored Feb 4, 2019
1 parent d46eced commit 0ec3a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Rede.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Class ConfigProvider
*/
final class Rede extends \Magento\Payment\Model\Method\Cc
class Rede extends \Magento\Payment\Model\Method\Cc
{
const METHOD_CODE = 'rede';

Expand Down

0 comments on commit 0ec3a45

Please sign in to comment.