File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
All notable changes to ` eloquent-datatable ` will be documented in this file.
4
+
5
+ ## 1.0.1 - 2024-04-06
6
+
7
+ - Add comment to TODO in stubs
8
+
4
9
## 1.0.0 - 2024-04-06
5
10
6
11
- Initial release
Original file line number Diff line number Diff line change 45
45
*/
46
46
public function store(Request $request)
47
47
{
48
- TODO: return to_route('dashboard.products.edit', $post);
48
+ // TODO: return to_route('dashboard.products.edit', $post);
49
49
}
50
50
51
51
/**
52
52
* Show the form for editing the specified resource.
53
53
*/
54
54
public function edit(string $id)
55
55
{
56
- TODO: return view edit
56
+ // TODO: return view edit
57
57
}
58
58
59
59
/**
60
60
* Update the specified resource in storage.
61
61
*/
62
62
public function update(Request $request, string $id): void
63
63
{
64
- TODO: Model update
64
+ // TODO: Model update
65
65
}
66
66
67
67
/**
You can’t perform that action at this time.
0 commit comments