mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-09 08:43:13 +08:00
Updated LocateShortUrlVisit so that it dispatches a VisitLocated event
This commit is contained in:
@@ -51,7 +51,7 @@ class NotifyVisitToWebHooks
|
||||
$this->appOptions = $appOptions;
|
||||
}
|
||||
|
||||
public function __invoke(ShortUrlLocated $shortUrlLocated): void
|
||||
public function __invoke(VisitLocated $shortUrlLocated): void
|
||||
{
|
||||
if (empty($this->webhooks)) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user