Refactoring view class.
This commit is contained in:
parent
555299c353
commit
55e8f0e330
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue