Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Feb 21, 2024
1 parent 2901f09 commit cf7f909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Magento\Framework\Model\AbstractModel;
use tpaycom\magento2basic\Model\Api\Data\TokensInterface;

class Token extends AbstractModel implements TokensInterface
class Token extends AbstractModel implements TokensInterface
{
protected function _construct()
{
Expand Down

0 comments on commit cf7f909

Please sign in to comment.