From 2b4ab94e6b9e247b4e9018fe811960d6f3ca931f Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 23 Feb 2012 16:29:30 -0600 Subject: [PATCH] trimming up comment bloat. --- laravel/view.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/laravel/view.php b/laravel/view.php index ab9fe53e..4916985c 100644 --- a/laravel/view.php +++ b/laravel/view.php @@ -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'))