diff --git a/Eloquent/Model.php b/Eloquent/Model.php index 7afa59933..013382f9e 100644 --- a/Eloquent/Model.php +++ b/Eloquent/Model.php @@ -1401,7 +1401,7 @@ public static function destroy($ids) /** * Delete the model from the database. * - * @return bool|null + * @return bool * * @throws \LogicException */