FIX: missing text

This commit is contained in:
Juan Pablo Vial
2025-05-12 19:58:20 -04:00
parent 32dc24a783
commit 20ea5d021d
2 changed files with 1 additions and 6 deletions

View File

@ -12,11 +12,6 @@ use Psr\Log\LoggerInterface;
class Toku extends Ideal\Service
{
public function __construct(LoggerInterface $logger)
{
parent::__construct($logger);
}
const string CUSTOMER = 'customer';
const string SUBSCRIPTION = 'subscription';
const string INVOICE = 'invoice';