Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConfigHelper : case-sensitive #1088

Merged
merged 2 commits into from
Jul 2, 2018

Conversation

puschie286
Copy link
Contributor

Signed-off-by: Christoph Potas christoph286@googlemail.com

Signed-off-by: Christoph Potas <christoph286@googlemail.com>
@puschie286 puschie286 mentioned this pull request Jun 29, 2018
@jim-parry
Copy link
Contributor

This fixed the case sensitivity issue. It looks like there are other issues with the travis-ci build, but not caused by you :)

@@ -70,7 +70,7 @@ public static function get(string $name, bool $getShared = true)
$class = substr($name, $pos + 1);
}

$class = strtolower($class);
//$class = strtolower($class);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the line instead of commenting it out. If we need something back, we can always look back through the history. Thanks.

- remove comment
@lonnieezell lonnieezell merged commit 8294654 into codeigniter4:develop Jul 2, 2018
@puschie286 puschie286 deleted the ConfigHelper branch July 4, 2018 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants