help desk notification ticketCommented

This commit is contained in:
merdan 2020-05-06 21:01:08 +05:00
parent b41f11f7cc
commit 9a47156f6a
2 changed files with 2 additions and 1 deletions

View File

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

View File

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