Commit f3ddadce authored by Taylor Otwell's avatar Taylor Otwell

tweaking comment in composers.php.

parent 4609528d
...@@ -12,8 +12,8 @@ return array( ...@@ -12,8 +12,8 @@ return array(
| footer partial each time the view is created. | footer partial each time the view is created.
| |
| The composer will receive an instance of the view being created, and is | 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 | free to modify the view however you wish. Be sure to always return the
| instance at the end of the composer. | view instance at the end of your composer.
| |
| For more information, check out: http://laravel.com/docs/start/views#composers | For more information, check out: http://laravel.com/docs/start/views#composers
| |
......
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