Add PHPDoc to delete method in Eloquent.
This commit is contained in:
@@ -339,6 +339,9 @@ abstract class Eloquent {
|
||||
|
||||
/**
|
||||
* Delete a model from the database.
|
||||
*
|
||||
* @param int $id
|
||||
* @return int
|
||||
*/
|
||||
public function delete($id = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user