help desk notification ticketCommented
This commit is contained in:
parent
b41f11f7cc
commit
9a47156f6a
|
|
@ -9,6 +9,7 @@ use App\Http\Requests\HelpTicketRequest;
|
|||
use App\Models\HelpTicket;
|
||||
use App\Models\HelpTicketComment;
|
||||
use App\Models\HelpTopic;
|
||||
use App\Models\User;
|
||||
use App\Notifications\TicketReceived;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
use Illuminate\Support\Facades\Notification;
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ use Illuminate\Notifications\Notification;
|
|||
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||
use Illuminate\Notifications\Messages\MailMessage;
|
||||
|
||||
class TicketCommented extends Notification
|
||||
class TicketCommented extends Notification implements ShouldQueue
|
||||
{
|
||||
use Queueable;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue