Skip to content

Commit 03e93c8

Browse files
authored
Merge pull request #111 from rawilk/bug/config-tweaks
2 parents 1cbb7c6 + 5816436 commit 03e93c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/printing.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,14 @@
2525
*/
2626
'drivers' => [
2727
PrintDriver::PrintNode->value => [
28-
'driver' => PrintDriver::PrintNode->value,
2928
'key' => env('PRINT_NODE_API_KEY'),
3029
],
3130

3231
PrintDriver::Cups->value => [
33-
'driver' => PrintDriver::Cups->value,
3432
'ip' => env('CUPS_SERVER_IP'),
3533
'username' => env('CUPS_SERVER_USERNAME'),
3634
'password' => env('CUPS_SERVER_PASSWORD'),
37-
'port' => env('CUPS_SERVER_PORT'),
35+
'port' => (int) env('CUPS_SERVER_PORT'),
3836
'secure' => env('CUPS_SERVER_SECURE'),
3937
],
4038

0 commit comments

Comments
 (0)