Some interface SQL performance improvements
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@if(($x=\App\Models\Zone::active()
|
||||
->whereIn('id',$o->sessions->pluck('pivot.zone_id'))
|
||||
->orderBy('zone_id')
|
||||
->with(['domain'])
|
||||
->get())->count())
|
||||
|
||||
<form class="needs-validation" method="post" action="{{ url('system/echoarea',$o->id) }}" novalidate>
|
||||
|
Reference in New Issue
Block a user