Andrew Wallo 1 рік тому
джерело
коміт
21b5532ed1
1 змінених файлів з 1 додано та 0 видалено
  1. 1
    0
      app/Providers/Filament/CompanyPanelProvider.php

+ 1
- 0
app/Providers/Filament/CompanyPanelProvider.php Переглянути файл

283
 
283
 
284
         Tables\Table::configureUsing(static function (Tables\Table $table): void {
284
         Tables\Table::configureUsing(static function (Tables\Table $table): void {
285
             $table::$defaultDateDisplayFormat = CompanySettingsService::getDefaultDateFormat();
285
             $table::$defaultDateDisplayFormat = CompanySettingsService::getDefaultDateFormat();
286
+            $table::$defaultTimeDisplayFormat = CompanySettingsService::getDefaultTimeFormat();
286
             $table::$defaultDateTimeDisplayFormat = CompanySettingsService::getDefaultDateTimeFormat();
287
             $table::$defaultDateTimeDisplayFormat = CompanySettingsService::getDefaultDateTimeFormat();
287
 
288
 
288
             $table
289
             $table

Завантаження…
Відмінити
Зберегти