diff --git a/app/Notifications/Portal/PaymentReceived.php b/app/Notifications/Portal/PaymentReceived.php index 05d3cb6fc..5d3afa07e 100644 --- a/app/Notifications/Portal/PaymentReceived.php +++ b/app/Notifications/Portal/PaymentReceived.php @@ -3,7 +3,6 @@ namespace App\Notifications\Portal; use App\Abstracts\Notification; -use Illuminate\Notifications\Messages\MailMessage; use Illuminate\Support\Facades\URL; class PaymentReceived extends Notification diff --git a/app/Notifications/Purchase/Bill.php b/app/Notifications/Purchase/Bill.php index de5641cab..0eb55cfc9 100644 --- a/app/Notifications/Purchase/Bill.php +++ b/app/Notifications/Purchase/Bill.php @@ -3,7 +3,6 @@ namespace App\Notifications\Purchase; use App\Abstracts\Notification; -use Illuminate\Notifications\Messages\MailMessage; class Bill extends Notification { diff --git a/app/Notifications/Sale/Invoice.php b/app/Notifications/Sale/Invoice.php index a91c07426..8b195dabc 100644 --- a/app/Notifications/Sale/Invoice.php +++ b/app/Notifications/Sale/Invoice.php @@ -3,7 +3,6 @@ namespace App\Notifications\Sale; use App\Abstracts\Notification; -use Illuminate\Notifications\Messages\MailMessage; use Illuminate\Support\Facades\URL; class Invoice extends Notification