fix: Fixed wrong doc for softDeletes withTrashed method (#1688)

This commit is contained in:
Kristijan
2025-07-17 07:50:16 +02:00
committed by GitHub
parent 4dfc08a854
commit cff244b9b5
4 changed files with 4 additions and 4 deletions
@@ -166,7 +166,7 @@ use Illuminate\Support\Carbon;
* @method static EloquentBuilder<static>|Post whereUuidNullable($value)
* @method static EloquentBuilder<static>|Post whereYearNotNullable($value)
* @method static EloquentBuilder<static>|Post whereYearNullable($value)
* @method static EloquentBuilder<static>|Post withTrashed()
* @method static EloquentBuilder<static>|Post withTrashed(bool $withTrashed = true)
* @method static EloquentBuilder<static>|Post withoutTrashed()
* @mixin Eloquent
*/