Formatting Config class.
This commit is contained in:
parent
48acf1d273
commit
45333c5743
|
@ -76,7 +76,6 @@ private static function parse($key)
|
||||||
{
|
{
|
||||||
// The left side of the dot is the file name, while the right side of the dot
|
// The left side of the dot is the file name, while the right side of the dot
|
||||||
// is the item within that file being requested.
|
// is the item within that file being requested.
|
||||||
|
|
||||||
$segments = explode('.', $key);
|
$segments = explode('.', $key);
|
||||||
|
|
||||||
if (count($segments) < 2)
|
if (count($segments) < 2)
|
||||||
|
|
Loading…
Reference in New Issue