Skip to content

Commit d17c574

Browse files
committed
removed Printer properties that were removed in upstream Electron
1 parent 76a52b8 commit d17c574

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/DataObjects/Printer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ public function __construct(
88
public string $name,
99
public string $displayName,
1010
public string $description,
11-
public int $status,
12-
public bool $isDefault,
1311
public array $options
1412
) {}
1513
}

src/System.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ public function printers(): array
5555
data_get($printer, 'name'),
5656
data_get($printer, 'displayName'),
5757
data_get($printer, 'description'),
58-
data_get($printer, 'status'),
59-
data_get($printer, 'isDefault'),
6058
data_get($printer, 'options'),
6159
);
6260
})->toArray();

0 commit comments

Comments
 (0)