File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/Console/ModelsCommand/AdvancedCasts/__snapshots__ Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ public function castPropertiesType($model)
453
453
$ realType = '\Illuminate\Support\Collection<array-key, mixed> ' ;
454
454
break ;
455
455
case AsArrayObject::class:
456
- $ realType = '\ArrayObject<array-key, mixed> ' ;
456
+ $ realType = '\Illuminate\Database\Eloquent\Casts\ ArrayObject<array-key, mixed> ' ;
457
457
break ;
458
458
default :
459
459
// In case of an optional custom cast parameter , only evaluate
Original file line number Diff line number Diff line change 28
28
* @property object $cast_to_encrypted_object
29
29
* @property \Illuminate\Support\Collection $cast_to_as_collection
30
30
* @property \Illuminate\Support\Collection $cast_to_as_enum_collection
31
- * @property \ArrayObject<array-key, mixed> $cast_to_as_array_object
31
+ * @property \Illuminate\Database\Eloquent\Casts\ ArrayObject<array-key, mixed> $cast_to_as_array_object
32
32
* @property AdvancedCastCollection $cast_to_as_collection_using
33
33
* @property \Illuminate\Support\Collection<int, AdvancedCastEnum> $cast_to_as_enum_collection_of
34
34
* @method static \Illuminate\Database\Eloquent\Builder<static>|AdvancedCast newModelQuery()
You can’t perform that action at this time.
0 commit comments