Skip to content

Commit 29b94a9

Browse files
committed
Update Format
1 parent 73f784b commit 29b94a9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/Commands/ParsePpdOptionsFromPpdFileCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public function handle()
4444

4545
if(!isset($options_array[$openUI[2]]))
4646
$options_array[$openUI[2]] = [
47+
'key' => $openUI[2],
4748
'name' => $openUI[3],
4849
'values' => [],
4950
'default' => null,
@@ -85,6 +86,7 @@ public function handle()
8586
$order = 1;
8687
foreach ($option['values'] as $key => $value) {
8788
$new_values[$key] = [
89+
'key' => $key,
8890
'name' => $value,
8991
'order' => $order++,
9092
'enabled' => true,

builds/webprint-service

10 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)