Deprecated webhooks

This commit is contained in:
Alejandro Celaya
2022-01-31 12:30:29 +01:00
parent 12913f6b90
commit 1b731aa4a3
6 changed files with 7 additions and 2 deletions

View File

@@ -114,7 +114,9 @@ final class EnvVars
public const DEFAULT_DOMAIN = 'DEFAULT_DOMAIN';
public const AUTO_RESOLVE_TITLES = 'AUTO_RESOLVE_TITLES';
public const REDIRECT_APPEND_EXTRA_PATH = 'REDIRECT_APPEND_EXTRA_PATH';
/** @deprecated */
public const VISITS_WEBHOOKS = 'VISITS_WEBHOOKS';
/** @deprecated */
public const NOTIFY_ORPHAN_VISITS_TO_WEBHOOKS = 'NOTIFY_ORPHAN_VISITS_TO_WEBHOOKS';
/**

View File

@@ -21,6 +21,7 @@ use Throwable;
use function Functional\map;
/** @deprecated */
class NotifyVisitToWebHooks
{
public function __construct(

View File

@@ -6,6 +6,7 @@ namespace Shlinkio\Shlink\Core\Options;
use Laminas\Stdlib\AbstractOptions;
/** @deprecated */
class WebhookOptions extends AbstractOptions
{
protected $__strictMode__ = false; // phpcs:ignore