We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isset()
1 parent 31ac808 commit d24cdbeCopy full SHA for d24cdbe
system/Config/BaseConfig.php
@@ -274,7 +274,7 @@ protected function registerProperties()
274
275
$shortName = (new ReflectionClass($this))->getShortName();
276
277
- if (static::$moduleConfig->registrarHasData) {
+ if (isset(static::$moduleConfig->registrarHasData)) {
278
// Get all public properties for this config
279
$worker = new class () {
280
/**
0 commit comments