Override common directory files

  • MynaParrot S.L (B67681619)
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 6 months ago #128859 by MynaParrot S.L (B67681619)
Override common directory files was created by MynaParrot S.L (B67681619)
Hello,

How to override following file?
Code:
administrator/components/com_eventbooking/model/common/event.php

Thanks

Please Log in or Create an account to join the conversation.

More
4 years 6 months ago #128861 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Override common directory files
The class is extended by EventbookingModelEvent, so you will need to override the class EventbookingModelEvent instead

The methods in common model could not be overriden

Tuan

Please Log in or Create an account to join the conversation.