Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. namespace {{ namespace }};
  3.  
  4. use SymfonyComponentHttpKernelBundleBundle;
  5.  
  6. class {{ bundle }} extends Bundle
  7. {
  8. }
  9.  
  10. <?php
  11. namespace {{ namespace }};
  12.  
  13. use SymfonyComponentHttpKernelBundleBundle;
  14.  
  15. class {{ bundle }} extends Bundle
  16. {
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement