Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Wrong var type #5300
Wrong var type #5300
Comments
|
@davodsaraei feel free to submit a PR, make the change here too please: https://github.com/octobercms/october/blob/af6db51b79/modules/system/traits/ConfigMaker.php#L30 |
|
@davodsaraei I think it's intended to be used as an object. The array is turned into an object in this method; https://github.com/octobercms/october/blob/af6db51b79/modules/system/traits/ConfigMaker.php#L30 |
|
@SaidiAli @LukeTowers It will be changed to object but I have another issue when I run the |
|
@davodsaraei see my comment on that. |


In this line, The
$configvariable defined as an array but used as an objectoctober/modules/backend/classes/ControllerBehavior.php
Line 26 in af6db51