Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. /**
  2. * @return string
  3. */
  4. public function testRender()
  5. {
  6. Container::getInstance()->call([$this, 'build']);
  7. return view($this->buildView(), $this->buildViewData())->render();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement