When Using withPrefix
Without Mappers on the Base, a PHP Notice is Generated
#7
Labels
withPrefix
Without Mappers on the Base, a PHP Notice is Generated
#7
This occurs because the private
Configuration::$mappers
variable is not correctly initialized to an array. When there are no mappers added to the base Configuration object (which effectively converts it to an array), then the iterating of thisnull
variable causes a PHP warning.The text was updated successfully, but these errors were encountered: