Skip to content

Commit 8142230

Browse files
authored
Update Config.php
1 parent 7f5b6d6 commit 8142230

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Config.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ public function __invoke($index_key, $value=null){
6262
}
6363
}
6464

65-
class MyConfig extends Config{
66-
static protected $vals = ['a'=>['b'=>11],'abc'=>111];
67-
}
65+
#class MyConfig extends Config{
66+
# static protected $vals = ['a'=>['b'=>11],'abc'=>111];
67+
#}
6868

6969
# 1 静态调用
7070
#var_dump(MyConfig::val('a.b'));

0 commit comments

Comments
 (0)