help desk create view
This commit is contained in:
parent
39e550f75b
commit
998dd55917
|
|
@ -101,6 +101,6 @@ if(!function_exists('help_topics')){
|
||||||
->orderBy('position','asc')
|
->orderBy('position','asc')
|
||||||
->pluck('title','id');
|
->pluck('title','id');
|
||||||
|
|
||||||
return $topics->push( [0 => trans('ClientSide.other')]);
|
return $topics->append(0 , trans('ClientSide.other'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue