Skip to content

Commit

Permalink
Merge branch 'v3-dev-upgrades-and-improvements' of https://github.com…
Browse files Browse the repository at this point in the history
…/YorCreative/Laravel-UrlShortener into v3-dev-upgrades-and-improvements
  • Loading branch information
yordadev committed Oct 8, 2024
2 parents 2b9c855 + 8e07e49 commit 19abac7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Services/ClickService.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ class ClickService
public static int $CLIENT_INITIATED_QRCODE = 9;

/**
* @param string $identifier
* @param string $request_ip
* @param int $outcome_id
* @param string|null $domain
* @param array $headers
* @throws ClickServiceException
*/
public static function track(string $identifier, string $request_ip, int $outcome_id, ?string $domain = null, array $headers = []): void
Expand All @@ -77,12 +72,6 @@ public static function track(string $identifier, string $request_ip, int $outcom
}

/**
* @param string $identifier
* @param string $request_ip
* @param int $outcome_id
* @param string|null $domain
* @param array $headers
* @return void
* @throws ClickServiceException
*/
public static function trackWithoutLookup(string $identifier, string $request_ip, int $outcome_id, ?string $domain = null, array $headers = []): void
Expand Down

0 comments on commit 19abac7

Please sign in to comment.