回答編集履歴

1

追記

2020/02/07 05:49

投稿

mikkame
mikkame

スコア5036

test CHANGED
@@ -15,3 +15,23 @@
15
15
 
16
16
 
17
17
  リレーションの命名規則がバグった様な見た目をしている気がしますが・・・
18
+
19
+
20
+
21
+ 関連しそうなのは下記ですね
22
+
23
+
24
+
25
+ [https://github.com/laravel/cashier/blob/9.0/src/SubscriptionBuilder.php#L219](https://github.com/laravel/cashier/blob/9.0/src/SubscriptionBuilder.php#L219)
26
+
27
+
28
+
29
+
30
+
31
+ [https://github.com/laravel/cashier/blob/9.0/src/Billable.php#L212](https://github.com/laravel/cashier/blob/9.0/src/Billable.php#L212)
32
+
33
+
34
+
35
+ Userモデルで
36
+
37
+ subscriptionsやgetForeignKeyをいじった記憶とかはないでしょうか?