Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Model #7

Closed
keizah7 opened this issue Mar 24, 2021 · 1 comment
Closed

Custom Model #7

keizah7 opened this issue Mar 24, 2021 · 1 comment

Comments

@keizah7
Copy link

keizah7 commented Mar 24, 2021

How we can use your calendar with custom model?

@czemu
Copy link
Owner

czemu commented Mar 27, 2021

You can extend your model:

<?php

namespace App\Models;

class YourModel extends \Czemu\NovaCalendarTool\Models\Event
{
    //
}

Then you can overwrite whatever you need.

@czemu czemu closed this as completed Mar 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants