Guest User

Untitled

a guest
Dec 18th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. StoreBundle
  2. Controller
  3. CheckoutController.php
  4. Payment
  5. PayUBundle
  6. Controller
  7. PayUController.php
  8.  
  9. use PaymentPayUBundleControllerPayUController;
  10.  
  11. Attempted to load class "PayUController" from namespace "PaymentPayUBundleController".
  12. Did you forget a "use" statement for another namespace?
  13.  
  14. php app/console generate:bundle --namespace=PaymentPayUBundle
  15. php app/console generate:bundle --namespace=PaymentStoreBundle
  16.  
  17. StoreBundle
  18. Controller
  19.  
  20. Payment
  21. PayUBundle
  22. Controller
Add Comment
Please, Sign In to add comment