Пример #1
0
Файл: Id.php Проект: kreta/kreta
 public function equals(Id $id) : bool
 {
     return $this->id === $id->id();
 }