We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cbb7c6 + 5816436 commit 03e93c8Copy full SHA for 03e93c8
config/printing.php
@@ -25,16 +25,14 @@
25
*/
26
'drivers' => [
27
PrintDriver::PrintNode->value => [
28
- 'driver' => PrintDriver::PrintNode->value,
29
'key' => env('PRINT_NODE_API_KEY'),
30
],
31
32
PrintDriver::Cups->value => [
33
- 'driver' => PrintDriver::Cups->value,
34
'ip' => env('CUPS_SERVER_IP'),
35
'username' => env('CUPS_SERVER_USERNAME'),
36
'password' => env('CUPS_SERVER_PASSWORD'),
37
- 'port' => env('CUPS_SERVER_PORT'),
+ 'port' => (int) env('CUPS_SERVER_PORT'),
38
'secure' => env('CUPS_SERVER_SECURE'),
39
40
0 commit comments