📅  最后修改于: 2022-03-11 14:53:50.955000             🧑  作者: Mango
// Open file jupiter\framework\admin\generators\option-generator.php on line 80
// Find below code
// $this->$option['type']( $option );
// and replace with
$this->{$option['type']}( $option );