Added event dispatcher to track when a short URL is visited

This commit is contained in:
Alejandro Celaya
2019-07-13 12:04:21 +02:00
parent 014eb2a924
commit 91698034e7
16 changed files with 488 additions and 8 deletions

View File

@@ -20,6 +20,9 @@ abstract class AbstractEntity
return $this->id;
}
/**
* @internal
*/
public function setId(string $id): self
{
$this->id = $id;