Skip to content

Commit 9f8b95f

Browse files
Hot fix (#416)
* add import * linter
1 parent f86981b commit 9f8b95f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Http/Controllers/DonationController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
use App\Http\Requests\Donations\EuPlatescRequest;
88
use App\Models\Donation;
9+
use App\Notifications\Ngo\DonationReceived;
910
use App\Notifications\UserDonationReceived;
1011
use App\Services\EuPlatescService;
1112
use Illuminate\Support\Facades\Notification;
@@ -37,8 +38,7 @@ public function thankYou(string $uuid)
3738

3839
Notification::route('mail', $donation->email)
3940
->notify(new UserDonationReceived($donation));
40-
41-
41+
4242
$organizationsUsers = $donation->load('organization')
4343
->organization->load('users')->users->filter(function ($user) {
4444
return $user->hasVerifiedEmail();

0 commit comments

Comments
 (0)