diff --git a/src/Repository/AddressRepository.php b/src/Repository/AddressRepository.php index 3179dd8..01e501a 100644 --- a/src/Repository/AddressRepository.php +++ b/src/Repository/AddressRepository.php @@ -105,7 +105,6 @@ class AddressRepository public function update(AddressBookEntry $address): bool|int { $id = $address->getId(); - $owner = $address->getOwner(); $first = $address->getFirst(); $last = $address->getLast(); $street = $address->getStreet();