Exemplo n.º 1
0
Arquivo: Id.php Projeto: kreta/kreta
 public function equals(Id $id) : bool
 {
     return $this->id === $id->id();
 }