mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 01:54:41 +08:00
Added event dispatcher to track when a short URL is visited
This commit is contained in:
@@ -20,6 +20,9 @@ abstract class AbstractEntity
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
public function setId(string $id): self
|
||||
{
|
||||
$this->id = $id;
|
||||
|
||||
Reference in New Issue
Block a user