Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4. class News implements Sharable
  5. {
  6.  
  7. public function getShareType()
  8. {
  9. return 'twentyminut.news';
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement