Guest User

Untitled

a guest
Oct 21st, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. <?php
  2.  
  3. namespace SomeProject\Functions {
  4.  
  5. function test()
  6. {
  7. return 'test';
  8. }
  9.  
  10. }
Add Comment
Please, Sign In to add comment