removed unused import
This commit is contained in:
parent
7c64109314
commit
481f19305b
@ -3,7 +3,6 @@
|
|||||||
namespace App\Notifications\Portal;
|
namespace App\Notifications\Portal;
|
||||||
|
|
||||||
use App\Abstracts\Notification;
|
use App\Abstracts\Notification;
|
||||||
use Illuminate\Notifications\Messages\MailMessage;
|
|
||||||
use Illuminate\Support\Facades\URL;
|
use Illuminate\Support\Facades\URL;
|
||||||
|
|
||||||
class PaymentReceived extends Notification
|
class PaymentReceived extends Notification
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
namespace App\Notifications\Purchase;
|
namespace App\Notifications\Purchase;
|
||||||
|
|
||||||
use App\Abstracts\Notification;
|
use App\Abstracts\Notification;
|
||||||
use Illuminate\Notifications\Messages\MailMessage;
|
|
||||||
|
|
||||||
class Bill extends Notification
|
class Bill extends Notification
|
||||||
{
|
{
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
namespace App\Notifications\Sale;
|
namespace App\Notifications\Sale;
|
||||||
|
|
||||||
use App\Abstracts\Notification;
|
use App\Abstracts\Notification;
|
||||||
use Illuminate\Notifications\Messages\MailMessage;
|
|
||||||
use Illuminate\Support\Facades\URL;
|
use Illuminate\Support\Facades\URL;
|
||||||
|
|
||||||
class Invoice extends Notification
|
class Invoice extends Notification
|
||||||
|
Loading…
x
Reference in New Issue
Block a user