Commit 2b4ab94e authored by Taylor Otwell's avatar Taylor Otwell

trimming up comment bloat.

parent 753c769d
......@@ -64,10 +64,6 @@ class View implements ArrayAccess {
// If a session driver has been specified, we will bind an instance of the
// validation error message container to every view. If an errors instance
// exists in the session, we will use that instance.
//
// This makes error display in the view extremely convenient, since the
// developer can always assume they have a message container instance
// available to them in the view's variables.
if ( ! isset($this->data['errors']))
{
if (Session::started() and Session::has('errors'))
......
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