Refactoring view class.

This commit is contained in:
Taylor Otwell 2011-08-05 11:52:52 -05:00
parent 555299c353
commit 55e8f0e330
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ private function compose()
if ( ! is_null($composer = $this->find_composer_handler($composer)))
{
return call_user_func($composer, $this);
call_user_func($composer, $this);
}
}
}