FIX: missing text
This commit is contained in:
@ -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';
|
||||
|
Reference in New Issue
Block a user