help desk create view

This commit is contained in:
merdan 2020-05-01 16:52:56 +05:00
parent 998dd55917
commit aebdf4aba9
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->append(0 , trans('ClientSide.other'));
return $topics->merge( [0 => trans('ClientSide.other')]);
}
}