From 48647fb45c84d4a96bae17cdbafed8f246dcb9fc Mon Sep 17 00:00:00 2001 From: Caleb White Date: Mon, 23 Sep 2024 12:01:28 -0500 Subject: [PATCH] doc: remove merged PR from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a948e039c..504949313 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ This fork includes the following changes and enhancements: - [fix: default date casting](https://github.com/larastan/larastan/pull/1842) - [fix: handle model property aliases](https://github.com/larastan/larastan/pull/1999) - [fix: make TGet covariant on Attribute stub](https://github.com/larastan/larastan/pull/2014) -- [fix: incorrect phpdocs and stubs](https://github.com/larastan/larastan/pull/2028) - [fix: properly handle static called on type for query](https://github.com/larastan/larastan/pull/2030) - [fix: check if class exists before calling reflectionProvider getClass](https://github.com/larastan/larastan/pull/2037) - [fix: relation class forwarding](https://github.com/larastan/larastan/pull/2042)