Beispiel #1
0
 public function isBelongsTo(User $user)
 {
     return $user->id() === $this->ownerId;
 }