mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
* Move Mail, PDF configuration to Database, standardize configurations * Set default currency to USD on install * Pint code
11 lines
295 B
PHP
11 lines
295 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\RouteServiceProvider::class,
|
|
App\Providers\DropboxServiceProvider::class,
|
|
App\Providers\ViewServiceProvider::class,
|
|
App\Providers\PDFServiceProvider::class,
|
|
App\Providers\AppConfigProvider::class,
|
|
];
|