Formatting Config class.

This commit is contained in:
Taylor Otwell 2011-07-06 13:53:25 -07:00
parent 48acf1d273
commit 45333c5743
1 changed files with 0 additions and 1 deletions

View File

@ -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)