ソースを参照

add action id

moell 11 ヶ月 前
コミット
7d9e0b8c8c
1 ファイル変更1 行追加0 行削除
  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' => [