trimming up comment bloat.

This commit is contained in:
Taylor Otwell 2012-02-23 16:29:30 -06:00
parent 753c769d10
commit 2b4ab94e6b
1 changed files with 0 additions and 4 deletions

View File

@ -64,10 +64,6 @@ public function __construct($view, $data = array())
// 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'))