mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
fix: Model's --write duplicates array properties (#1594)
* Use the bug-fixed version of the upstream library * Updated the test for fixed features to correctly expect
This commit is contained in:
@@ -28,9 +28,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
* @property string $cast_to_bool
|
||||
* @property string $cast_to_boolean
|
||||
* @property string $cast_to_object
|
||||
* @property array $cast_to_array
|
||||
* @property array $cast_to_json
|
||||
* @property \Illuminate\Support\Collection $cast_to_collection
|
||||
* @property string $cast_to_date
|
||||
* @property string $cast_to_datetime
|
||||
* @property string $cast_to_date_serialization
|
||||
|
||||
Reference in New Issue
Block a user