Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Nov 6, 2024
1 parent 57bfd55 commit a5e352d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IdeHelper/BelongsToThroughRelationsHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function run(ModelsCommand $command, Model $model): void
}

/**
* @param \Illuminate\Database\Eloquent\Relations\Relation<*,*, *> $relationship
* @param \Illuminate\Database\Eloquent\Relations\Relation<*, *, *> $relationship
*/
protected function addRelationship(ModelsCommand $command, ReflectionMethod $method, Relation $relationship): void
{
Expand Down

0 comments on commit a5e352d

Please sign in to comment.