fix: service docs links
This commit is contained in:
parent
166419b13a
commit
c1d0cabcfb
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ public function type()
|
|||
|
||||
public function documentation()
|
||||
{
|
||||
$services = Cache::get('services', []);
|
||||
$services = getServiceTemplates();
|
||||
$service = data_get($services, Str::of($this->name)->beforeLast('-')->value, []);
|
||||
return data_get($service, 'documentation', config('constants.docs.base_url'));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue