osb/config/osb.php

9 lines
263 B
PHP
Raw Normal View History

2024-07-06 00:28:45 +00:00
<?php
return [
'language_id' => 1,
2024-07-09 10:17:30 +00:00
'invoice_text' => 'Thank you for using our Internet Services.',
'invoice_days' => 30, // Days in Advance to invoice
'invoice_review' => 3, // Days to review an invoice before it is emailed
'admin' => env('APP_ADMIN'),
2024-07-06 00:28:45 +00:00
];