Commit 6b9b0ad5 by Taylor Otwell

remove unnecessary else.

parent a4e8375f
...@@ -111,10 +111,8 @@ class View { ...@@ -111,10 +111,8 @@ class View {
{ {
return $path; return $path;
} }
else
{ throw new \Exception("View [".$this->view."] doesn't exist.");
throw new \Exception("View [".$this->view."] doesn't exist.");
}
} }
/** /**
......
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