Commit 45333c57 authored by Taylor Otwell's avatar Taylor Otwell

Formatting Config class.

parent 48acf1d2
...@@ -76,7 +76,6 @@ class Config { ...@@ -76,7 +76,6 @@ class Config {
{ {
// 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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment