spotlight functions indexing

This commit is contained in:
Čarodej
2021-12-14 17:14:02 +01:00
parent 342d07126a
commit 86eee2f533
10 changed files with 138 additions and 26 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class FileResource extends JsonResource
'parent_id' => $this->parent_id,
'updated_at' => $this->updated_at,
'created_at' => Carbon::parse($this->created_at)->diffForHumans(),
'deleted_at' => $this->deleted_at,
'deleted_at' => Carbon::parse($this->deleted_at)->diffForHumans(),
/*'updated_at' => format_date(
set_time_by_user_timezone($this->updated_at), __t('time')
),