Skip to content

Commit

Permalink
V1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricio-tonny committed Apr 17, 2024
1 parent 966d678 commit 6c037a4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 84 deletions.
12 changes: 0 additions & 12 deletions .idea/Base.iml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/php.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

47 changes: 0 additions & 47 deletions .idea/workspace.xml

This file was deleted.

12 changes: 10 additions & 2 deletions registration.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?php

use Magento\Framework\Component\ComponentRegistrar;
/**
* @package Buzz_Base
* @author github.com/mauricio-tonny
* @copyright Copyright (c)
*/

ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Buzz_Base', __DIR__);
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Buzz_Base',
__DIR__
);

0 comments on commit 6c037a4

Please sign in to comment.