Browse Source

add action id

moell 11 tháng trước cách đây
mục cha
commit
7d9e0b8c8c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Repositories/ActionRepository.php

+ 1 - 0
app/Repositories/ActionRepository.php

@@ -125,6 +125,7 @@ class ActionRepository
 
         $cratedAt = Carbon::parse($action['created_at']);
         return [
+            'id' => $action['id'],
             'time' => $cratedAt->toTimeString(),
             'created_at' => $cratedAt->toDateTimeString(),
             'created_by' => [