seeder-migration-issues

This commit is contained in:
RafficMohammed
2023-01-30 14:23:34 +05:30
parent 4d918c722f
commit 2ec836b447
3628 changed files with 116006 additions and 187 deletions

View File

@@ -404,7 +404,7 @@
<div class="text-center text-sm">{!! Lang::get('lang.close_ticket_workflow') !!}</div>
</div>
</div>
<?php \Event::fire('settings.ticket.view',[]); ?>
<?php \Illuminate\Support\Facades\Event::dispatch('settings.ticket.view',[]); ?>
</div>
<!-- /.row -->
@@ -515,7 +515,7 @@
</div>
</div>
<?php \Event::fire('settings.system',[]); ?>
<?php \Illuminate\Support\Facades\Event::dispatch('settings.system',[]); ?>
</div>
<!-- /.row -->
@@ -665,7 +665,7 @@
</div>
<!-- ./box-body -->
</div>
<?php \Event::fire('service.desk.admin.settings', []); ?>
<?php \Illuminate\Support\Facades\Event::dispatch('service.desk.admin.settings', []); ?>
@stop