Skip to content

Commit

Permalink
Releasing 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalguru committed Nov 19, 2020
2 parents ee98320 + 820e87c commit 7955477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TgDatabase/DAO.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ protected function preSave($object, $isCreate) {

/**
* Delete the given object(s).
* @param mixed $object - array of objects or single object to be deleted
* @param mixed $object - array of objects, single object or array of IDs or single ID of objects to be deleted
* @return mixed - FALSE when delete was incomplete or failed, or TRUE
*/
public function delete($object) {
Expand Down

0 comments on commit 7955477

Please sign in to comment.