Updated LocateShortUrlVisit so that it dispatches a VisitLocated event

This commit is contained in:
Alejandro Celaya
2019-12-28 13:07:11 +01:00
parent 4886825564
commit b17bcb6c93
6 changed files with 58 additions and 14 deletions

View File

@@ -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;