質問編集履歴

1

プログラムの修正

2020/03/30 14:25

投稿

makibi5577
makibi5577

スコア112

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  */
26
26
 
27
- private $TestService;
27
+ protected $TestService;
28
28
 
29
29
 
30
30
 
@@ -32,7 +32,7 @@
32
32
 
33
33
  {
34
34
 
35
- $this->TestService= $TestService;
35
+ $this->testService= $TestService;
36
36
 
37
37
  }
38
38