Datetime formats
This commit is contained in:
parent
a9f4a5feaf
commit
de48ff5d1b
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue