mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 05:33:34 +03:00
fix
This commit is contained in:
parent
ce465a8f95
commit
db5c577267
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ final class UnsubscribeTracking
|
|||
|
||||
public function isActive(): bool
|
||||
{
|
||||
return 'yes' === $this->getActive();
|
||||
return 'true' === $this->getActive();
|
||||
}
|
||||
|
||||
public function getActive(): string
|
||||
|
|
Loading…
Add table
Reference in a new issue