Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Jan 24, 2024
1 parent c56475c commit 14a1940
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public function __invoke(Request $request)
return redirect()->action(AdminSourcesController::class);
}

Mail::to(User::find(1)->email)
->send(new SourceAddedMail($source));
// Mail::to(User::find(1)->email)
// ->send(new SourceAddedMail($source));

return redirect()->action(HomeController::class, [
'message' => 'Thank you for your suggestion, we\'ll review it soon!',
Expand Down

0 comments on commit 14a1940

Please sign in to comment.