Skip to content

Commit

Permalink
CamelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Mar 1, 2024
1 parent 94ba891 commit 4cc1c8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Model/TokenRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

namespace TpayCom\Magento2Basic\Model;

use Exception;
use TpayCom\Magento2Basic\Model\Api\Data\TokensInterface;
use TpayCom\Magento2Basic\Model\Api\TokenRepositoryInterface;
use TpayCom\Magento2Basic\Model\ResourceModel\Token as TokenResourceModel;

/** @throws \Exception */
/** @throws Exception */
class TokenRepository implements TokenRepositoryInterface
{
private $tokenFactory;
Expand Down

0 comments on commit 4cc1c8b

Please sign in to comment.