Skip to content

Commit

Permalink
Versao da correção do RITM sobre o erro no campo numero do cartao
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus306 committed Aug 24, 2023
1 parent e5289e8 commit df25305
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
* See COPYING.txt for license details.
*/

\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
use Magento\Framework\Component\ComponentRegistrar;

ComponentRegistrar::register(
ComponentRegistrar::MODULE,
'Rede_Adquirencia',
__DIR__
);

0 comments on commit df25305

Please sign in to comment.