mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-29 08:26:06 +03:00
fix
This commit is contained in:
parent
ce465a8f95
commit
db5c577267
@ -38,7 +38,7 @@ final class UnsubscribeTracking
|
|||||||
|
|
||||||
public function isActive(): bool
|
public function isActive(): bool
|
||||||
{
|
{
|
||||||
return 'yes' === $this->getActive();
|
return 'true' === $this->getActive();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getActive(): string
|
public function getActive(): string
|
||||||
|
Loading…
Reference in New Issue
Block a user