回答編集履歴
1
修正
answer
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
protected $name;
|
|
11
11
|
protected $list;
|
|
12
12
|
|
|
13
|
-
public function getList($id =
|
|
13
|
+
public function getList($id = '')
|
|
14
14
|
{
|
|
15
15
|
try {
|
|
16
16
|
if (isset($id) && $id != '') {
|