help desk create view

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