multi type support
This commit is contained in:
parent
cf872b330c
commit
769aea44ba
|
@ -213,6 +213,10 @@ class baseType {
|
|||
return array();
|
||||
}
|
||||
|
||||
public function supportsMultipleConfigs() {
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
Loading…
Reference in New Issue