mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-01-07 03:30:53 -05:00
Datetime formats
This commit is contained in:
parent
a9f4a5feaf
commit
de48ff5d1b
@ -68,8 +68,8 @@ return [
|
||||
'sizes' => 'App\Models\Size',
|
||||
'industries' => 'App\Models\Industry',
|
||||
'timezones' => 'App\Models\Timezone',
|
||||
'dateFormats' => 'App\Models\DateFormat',
|
||||
'datetimeFormats' => 'App\Models\DatetimeFormat',
|
||||
'date_formats' => 'App\Models\DateFormat',
|
||||
'datetime_formats' => 'App\Models\DatetimeFormat',
|
||||
'languages' => 'App\Models\Language',
|
||||
'payment_types' => 'App\Models\PaymentType',
|
||||
'countries' => 'App\Models\Country',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user