help desk create view

This commit is contained in:
merdan 2020-05-01 16:41:04 +05:00
parent 5144b09395
commit dc6784ec56
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 [] = [0 => 'Other'];
return $topics [] += [0 => trans('ClientSide.other')];
}
}