回答編集履歴
1
アローの重複削除
test
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
```
|
28
28
|
|
29
|
-
DB::table('comments')->
|
29
|
+
DB::table('comments')->insert(
|
30
30
|
|
31
31
|
[
|
32
32
|
|