removed unused import

This commit is contained in:
denisdulici 2020-01-09 14:23:38 +03:00
parent 7c64109314
commit 481f19305b
3 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -3,7 +3,6 @@
namespace App\Notifications\Purchase;
use App\Abstracts\Notification;
use Illuminate\Notifications\Messages\MailMessage;
class Bill extends Notification
{

View File

@ -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