Skip to content

Commit

Permalink
CreditProcess scope fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnakamura committed Jul 18, 2024
1 parent 283088d commit 281a82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/CreditProcess/CreditProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function manager()

public function real_estate_development()
{
return $this->belongsTo(RealEstateDevelopment::class, 'real_estate_development_id', 'id')->withoutGlobalScope(CompanyScope::class)->withTrashed();
return $this->belongsTo(RealEstateDevelopment::class, 'real_estate_development_id', 'id')->withTrashed();
}

public function typology()
Expand Down

0 comments on commit 281a82e

Please sign in to comment.