Skip to content

Commit

Permalink
Updates some formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dniccum committed Nov 12, 2019
1 parent ad28ab9 commit ac892da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Http/Controllers/CustomEmailSenderController.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public function config()
{
$config = config('novaemailsender');


$from_options = collect( $config['from']['options'] )->map(function($sender){
return [
'address' => $sender['address'],
Expand Down

0 comments on commit ac892da

Please sign in to comment.