From f3ddadce045958cf6db8f24cbafaf82ce27771a7 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 29 Jul 2011 23:29:37 -0500 Subject: [PATCH] tweaking comment in composers.php. --- application/composers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/composers.php b/application/composers.php index e7709904..cc8cc33e 100644 --- a/application/composers.php +++ b/application/composers.php @@ -12,8 +12,8 @@ return array( | footer partial each time the view is created. | | The composer will receive an instance of the view being created, and is - | free to modify the view however you wish. But, always return the view - | instance at the end of the composer. + | free to modify the view however you wish. Be sure to always return the + | view instance at the end of your composer. | | For more information, check out: http://laravel.com/docs/start/views#composers |