help desk create view
This commit is contained in:
parent
dc6784ec56
commit
15b5f17879
|
|
@ -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')];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue