help desk create view
This commit is contained in:
parent
c2b46e8c21
commit
3a444d008d
|
|
@ -101,6 +101,6 @@ if(!function_exists('help_topics')){
|
|||
->orderBy('position','asc')
|
||||
->pluck('title','id');
|
||||
|
||||
return $topics->merge( [0 => trans('ClientSide.other')]);
|
||||
return $topics->union( [0 => trans('ClientSide.other')]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue