We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 892464a + c50874e commit 06c7446Copy full SHA for 06c7446
src/app/Library/CrudPanel/Traits/Read.php
@@ -15,7 +15,7 @@ trait Read
15
/**
16
* Find and retrieve the id of the current entry.
17
*
18
- * @return int|bool The id in the db or false.
+ * @return int|string|bool The id in the db or false.
19
*/
20
public function getCurrentEntryId()
21
{
0 commit comments