Skip to content

Commit

Permalink
fix CS fixer code
Browse files Browse the repository at this point in the history
  • Loading branch information
david-d-h committed Oct 16, 2023
1 parent 42361fe commit 6c5fa46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Traits/AssociatesModels.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ public function associateMany(array $models): void
$this->withSymfonyMessage(fn (Email $message) => $message->getHeaders()->addTextHeader(
config('mails.headers.associate'),
$header,
),
);
));
}

/**
Expand Down

0 comments on commit 6c5fa46

Please sign in to comment.