Commit 8c0dfffa authored by Taylor Otwell's avatar Taylor Otwell

Add PHPDoc to delete method in Eloquent.

parent 43f19687
...@@ -339,6 +339,9 @@ abstract class Eloquent { ...@@ -339,6 +339,9 @@ abstract class Eloquent {
/** /**
* Delete a model from the database. * Delete a model from the database.
*
* @param int $id
* @return int
*/ */
public function delete($id = null) public function delete($id = null)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment