Explorar el Código

add action id

moell hace 11 meses
padre
commit
7d9e0b8c8c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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' => [