diff --git a/system/db/eloquent.php b/system/db/eloquent.php index 5a367da0..ac3162a6 100644 --- a/system/db/eloquent.php +++ b/system/db/eloquent.php @@ -339,6 +339,9 @@ abstract class Eloquent { /** * Delete a model from the database. + * + * @param int $id + * @return int */ public function delete($id = null) {