Jelajahi Sumber

add action id

moell 11 bulan lalu
induk
melakukan
7d9e0b8c8c
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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' => [