Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2.  
  3. namespace Illuminate\Contracts\Support;
  4.  
  5. interface Renderable
  6. {
  7. /**
  8. * Get the evaluated contents of the object.
  9. *
  10. * @return string
  11. */
  12. public function render();
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement