diff --git a/src/Wallabag/CoreBundle/Controller/EntryController.php b/src/Wallabag/CoreBundle/Controller/EntryController.php index 177597ba8..cba58858a 100644 --- a/src/Wallabag/CoreBundle/Controller/EntryController.php +++ b/src/Wallabag/CoreBundle/Controller/EntryController.php @@ -430,7 +430,7 @@ class EntryController extends Controller * * @return array|bool */ - public function checkIfEntryAlreadyExists($entry) + private function checkIfEntryAlreadyExists($entry) { return $this->get('wallabag_core.entry_repository')->findByUrlAndUserId($entry->getUrl(), $this->getUser()->getId()); }