Commit 1098d50a authored by Taylor Otwell's avatar Taylor Otwell

cleaning.

parent ea358eb3
......@@ -200,7 +200,7 @@ class View implements ArrayAccess {
{
// To allow bundles or other pieces of the application to modify the
// view before it is rendered, we will fire an event, passing in the
// view instance so it can modified by any of the listeners.
// view instance so it can modified.
Event::fire("laravel.composing: {$this->view}", array($this));
$data = $this->data();
......
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