質問編集履歴
1
ミス
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,7 +5,6 @@
|
|
5
5
|
```PHP
|
6
6
|
//ItemsController.php
|
7
7
|
// 商品(items) hasmany 購入履歴(purchases)
|
8
|
-
//外部キー
|
9
8
|
|
10
9
|
public function sale() {
|
11
10
|
|