Skip to content

Commit

Permalink
Merge pull request #111 from magentoguru/magento2.3.compilation_fix
Browse files Browse the repository at this point in the history
Magento2.3.compilation fix
  • Loading branch information
thomas-kl1 authored Sep 17, 2021
2 parents ad0eb11 + c97cd3f commit dd2ca46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Block/Adminhtml/Customer/Edit/EraseButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Opengento\Gdpr\Api\EraseEntityCheckerInterface;
use Opengento\Gdpr\Model\Config;

final class EraseButton extends GenericButton implements ButtonProviderInterface
class EraseButton extends GenericButton implements ButtonProviderInterface
{
/**
* @var EraseEntityCheckerInterface
Expand Down
2 changes: 1 addition & 1 deletion Block/Adminhtml/Customer/Edit/ExportButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Magento\Framework\View\Element\UiComponent\Control\ButtonProviderInterface;
use Opengento\Gdpr\Model\Config;

final class ExportButton extends GenericButton implements ButtonProviderInterface
class ExportButton extends GenericButton implements ButtonProviderInterface
{
/**
* @var Config
Expand Down

0 comments on commit dd2ca46

Please sign in to comment.