mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Update Config.php
- remove comment
This commit is contained in:
parent
97bc23d830
commit
c7ed960b8b
@ -70,8 +70,6 @@ class Config
|
|||||||
$class = substr($name, $pos + 1);
|
$class = substr($name, $pos + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
//$class = strtolower($class);
|
|
||||||
|
|
||||||
if (! $getShared)
|
if (! $getShared)
|
||||||
{
|
{
|
||||||
return self::createClass($name);
|
return self::createClass($name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user