File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/Console/ModelsCommand/Pivot/__snapshots__ Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -726,7 +726,7 @@ public function getPropertiesFromMethods($model)
726726
727727 $ this ->setProperty (
728728 $ relationObj ->getPivotAccessor (),
729- $ this -> getClassNameInDestinationFile ( $ model , $ pivot) ,
729+ $ pivot ,
730730 true ,
731731 false
732732 );
Original file line number Diff line number Diff line change 1111/**
1212 *
1313 *
14- * @property-read \ DifferentCustomPivot|\ CustomPivot|null $pivot
14+ * @property-read DifferentCustomPivot|CustomPivot|null $pivot
1515 * @property-read \Illuminate\Database\Eloquent\Collection<int, ModelWithPivot> $relationCustomPivotUsingSameAccessor
1616 * @property-read int|null $relation_custom_pivot_using_same_accessor_count
17- * @property-read \ CustomPivot|null $customAccessor
17+ * @property-read CustomPivot|null $customAccessor
1818 * @property-read \Illuminate\Database\Eloquent\Collection<int, ModelWithPivot> $relationWithCustomPivot
1919 * @property-read int|null $relation_with_custom_pivot_count
20- * @property-read \ DifferentCustomPivot|null $differentCustomAccessor
20+ * @property-read DifferentCustomPivot|null $differentCustomAccessor
2121 * @property-read \Illuminate\Database\Eloquent\Collection<int, ModelWithPivot> $relationWithDifferentCustomPivot
2222 * @property-read int|null $relation_with_different_custom_pivot_count
2323 * @property-read \Illuminate\Database\Eloquent\Collection<int, ModelWithPivot> $relationWithDifferentCustomPivotUsingSameAccessor
You can’t perform that action at this time.
0 commit comments