📜  jupiter framework admin generators option-generator.php on line 80 - PHP Code Example

📅  最后修改于: 2022-03-11 14:53:50.955000             🧑  作者: Mango

代码示例1
// 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 );