Skip to content

Commit 01586cf

Browse files
committed
rename paper size in config
1 parent 876f21a commit 01586cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ return [
163163
'pdf' => [
164164

165165
'paper' => [
166-
'paper' => 'a4',
166+
'size' => 'a4',
167167
'orientation' => 'portrait',
168168
],
169169

config/invoices.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
'pdf' => [
8383

8484
'paper' => [
85-
'paper' => 'a4',
85+
'size' => 'a4',
8686
'orientation' => 'portrait',
8787
],
8888

0 commit comments

Comments
 (0)