docs: add description

This commit is contained in:
kenjis 2022-10-20 08:21:19 +09:00
parent e111502047
commit 7e8c380a44
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -416,7 +416,7 @@ abstract class BaseModel
* through soft deletes (deleted = 1)
* This methods works only with dbCalls
*
* @return bool|string
* @return bool|string Returns a string if in test mode.
*/
abstract protected function doPurgeDeleted();