help desk create view

This commit is contained in:
merdan 2020-05-01 17:40:53 +05:00
parent c2b46e8c21
commit 3a444d008d
1 changed files with 1 additions and 1 deletions

View File

@ -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')]);
}
}