Move the whole compiler GET of the component object to now use the container->component object/class.
This commit is contained in:
@@ -158,7 +158,7 @@ class Config extends BaseConfig
|
||||
protected function getComponentcodenamelength(): int
|
||||
{
|
||||
// get component name length
|
||||
return strlen($this->component_code_name);
|
||||
return strlen((string) $this->component_code_name);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user