Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <?php
  2.  
  3. namespace ComponentInquiryModelResourceRequests;
  4.  
  5. use MagentoFrameworkModelResourceModelDbCollectionAbstractCollection;
  6.  
  7. class Collection extends AbstractCollection
  8. {
  9. /**
  10. * Define model & resource model
  11. */
  12. protected function _construct()
  13. {
  14. $this->_init(
  15. 'ComponentInquiryModelRequests',
  16. 'ComponentInquiryModelResourceRequests'
  17. );
  18. }
  19. }
  20.  
  21. <?php
  22.  
  23. namespace ComponentInquiryModelResourceRequests;
  24.  
  25. use MagentoFrameworkModelResourceModelDbCollectionAbstractCollection;
  26.  
  27. class Collection extends AbstractCollection
  28. {
  29. /**
  30. * Define model & resource model
  31. */
  32. protected function _construct()
  33. {
  34. $this->_init(
  35. 'ComponentInquiryModelRequests',
  36. 'ComponentInquiryModelResourceRequests'
  37. );
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement