改名
This commit is contained in:
@@ -75,7 +75,7 @@ abstract class BaseApplication extends Component
|
|||||||
$this->parseEvents($config);
|
$this->parseEvents($config);
|
||||||
$this->initErrorHandler();
|
$this->initErrorHandler();
|
||||||
$this->enableEnvConfig();
|
$this->enableEnvConfig();
|
||||||
$this->mapping($config['mapping']);
|
$this->mapping($config['mapping'] ?? []);
|
||||||
|
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user