Closed keizah7 closed 3 years ago
How we can use your calendar with custom model?
You can extend your model:
<?php namespace App\Models; class YourModel extends \Czemu\NovaCalendarTool\Models\Event { // }
Then you can overwrite whatever you need.
How we can use your calendar with custom model?