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

@@ -4,6 +4,7 @@ declare(strict_types=1);
use Shlinkio\Shlink\Core\Config\EnvVars;
// Deprecated. Webhooks are no longer supported. To be removed in Shlink 4.0.0
return (static function (): array {
$webhooks = EnvVars::VISITS_WEBHOOKS()->loadFromEnv();