Skip to content

Commit 030b91b

Browse files
committed
add action
1 parent 0d7c33d commit 030b91b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Controllers/PostController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public function index()
2525
'description' => $post->description,
2626
'created_at' => $post->created_at,
2727
'updated_at' => $post->updated_at,
28+
'action' => $post->id,
2829
]);
2930
}
3031

0 commit comments

Comments
 (0)