mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-08 14:36:05 +01:00
8 lines
93 B
PHP
8 lines
93 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'format' => 'A4',
|
||
|
'orientation' => 'P',
|
||
|
'font-size' => '9px',
|
||
|
];
|