Skip to content

Commit

Permalink
fix: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fdalcin committed Feb 6, 2024
1 parent 0c488ab commit 607b8f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Models/Institution.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ public function updateManagers(array $managers): self

public function users(): HasMany
{
return $this
->hasMany(InstitutionUser::class, 'institution_id', 'id');
return $this->hasMany(InstitutionUser::class, 'institution_id', 'id');
}

public function managers(): HasMany
Expand Down

0 comments on commit 607b8f9

Please sign in to comment.