Merge reset/smart reset, don't set class (#1523)

* Merge reset/smart reset, don't set class

* Add changelog
This commit is contained in:
Barry vd. Heuvel
2024-02-19 12:59:22 +01:00
committed by GitHub
parent d7ed749f3e
commit 02af2a278a
38 changed files with 49 additions and 59 deletions
@@ -8,7 +8,7 @@ use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
/**
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Relations\Models\BelongsToVariation
*
*
* @property int $id
* @property int $not_null_column_with_foreign_key_constraint
@@ -61,7 +61,7 @@ use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
/**
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Relations\Models\CompositeBelongsToVariation
*
*
* @property int $id
* @property int $not_null_column_with_foreign_key_constraint
@@ -132,7 +132,7 @@ use Illuminate\Database\Eloquent\Relations\MorphTo;
use Illuminate\Database\Eloquent\Relations\MorphToMany;
/**
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Relations\Models\Simple
*
*
* @property int $id
* @property-read Simple|null $relationBelongsTo