Guest User

Untitled

a guest
Dec 11th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /**
  2. * @return string
  3. */
  4. public static function label() : string
  5. {
  6. return 'Items';
  7. }
  8.  
  9. /**
  10. * Get the displayable singular label of the resource.
  11. *
  12. * @return string
  13. */
  14. public static function singularLabel() : string
  15. {
  16. return 'Item';
  17. }
Add Comment
Please, Sign In to add comment