Skip to content

Commit

Permalink
Update Model.php
Browse files Browse the repository at this point in the history
The delete() method does not return null so I fixed the PHPDoc
  • Loading branch information
kvkamran authored Nov 1, 2024
1 parent 586cf8c commit 4fdf787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Eloquent/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ public static function destroy($ids)
/**
* Delete the model from the database.
*
* @return bool|null
* @return bool
*
* @throws \LogicException
*/
Expand Down

0 comments on commit 4fdf787

Please sign in to comment.