Skip to content

Commit 7e8c380

Browse files
committed
docs: add description
1 parent e111502 commit 7e8c380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/BaseModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ abstract protected function doDelete($id = null, bool $purge = false);
416416
* through soft deletes (deleted = 1)
417417
* This methods works only with dbCalls
418418
*
419-
* @return bool|string
419+
* @return bool|string Returns a string if in test mode.
420420
*/
421421
abstract protected function doPurgeDeleted();
422422

0 commit comments

Comments
 (0)