seeder-migration-issues
This commit is contained in:
		| @@ -389,7 +389,7 @@ $thread = App\Model\helpdesk\Ticket\Ticket_Thread::where('ticket_id', '=', \Cryp | ||||
|  | ||||
|                                 @if(!$conversation->is_internal) | ||||
|                                 @if($conversation->user_id != null) | ||||
|                                 <?php Event::fire(new App\Events\Timeline($conversation, $role, $user)); ?> | ||||
|                                 <?php \Illuminate\Support\Facades\Event::dispatch(new App\Events\Timeline($conversation, $role, $user)); ?> | ||||
|                                 @endif | ||||
|                                 @endif | ||||
|                                 <?php | ||||
|   | ||||
| @@ -212,7 +212,7 @@ class = "nav-item active" | ||||
|                             {!! Lang::get('lang.max') !!}. {!! $max_size_in_actual !!} | ||||
|                         </div> | ||||
|                         {{-- Event fire --}} | ||||
|                         <?php Event::fire(new App\Events\ClientTicketForm()); ?> | ||||
|                         <?php \Illuminate\Support\Facades\Event::dispatch(new App\Events\ClientTicketForm()); ?> | ||||
|                         <div class="col-md-12" id="response"> </div> | ||||
|                         <div id="ss" class="xs-md-6 form-group {{ $errors->has('') ? 'has-error' : '' }}"> </div> | ||||
|                         <div class="col-md-12 form-group"> | ||||
|   | ||||
| @@ -499,7 +499,7 @@ $data = $ConvDate[0]; | ||||
|                                     </div> | ||||
|                                     <div class="timeline-footer" style="margin-bottom:-5px"> | ||||
|                                     @if(!$conversation->is_internal) | ||||
|                                     <?php Event::fire(new App\Events\Timeline($conversation,$role,$user)); ?> | ||||
|                                     <?php \Illuminate\Support\Facades\Event::dispatch(new App\Events\Timeline($conversation,$role,$user)); ?> | ||||
|                                     @endif | ||||
|                                         <?php  | ||||
|                                         $attachments = App\Model\helpdesk\Ticket\Ticket_attachments::where('thread_id','=',$conversation->id)->get(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 RafficMohammed
					RafficMohammed