mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-12 03:13:45 +02:00
Complete the service option export configuration
This commit is contained in:
@@ -163,7 +163,7 @@ class OptionController extends Controller
|
||||
*/
|
||||
public function viewScripts($option)
|
||||
{
|
||||
$option = $this->serviceOptionRepository->getWithCopyFrom($option);
|
||||
$option = $this->serviceOptionRepository->getWithCopyAttributes($option);
|
||||
$copyOptions = $this->serviceOptionRepository->findWhere([
|
||||
['copy_script_from', '=', null],
|
||||
['service_id', '=', $option->service_id],
|
||||
|
||||
Reference in New Issue
Block a user