diff --git a/src/app/Library/CrudPanel/Traits/Read.php b/src/app/Library/CrudPanel/Traits/Read.php index 301e5b387d..fa30de949d 100644 --- a/src/app/Library/CrudPanel/Traits/Read.php +++ b/src/app/Library/CrudPanel/Traits/Read.php @@ -15,7 +15,7 @@ trait Read /** * Find and retrieve the id of the current entry. * - * @return int|bool The id in the db or false. + * @return int|string|bool The id in the db or false. */ public function getCurrentEntryId() {