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

Add model methods to the Activity contract #1314

Closed

Conversation

zbundy
Copy link

@zbundy zbundy commented Jul 2, 2024

This PR adds the main CRUD methods from Model to the Activity contract. Will fix the IDE error where $activity->save() is called, for example:

$activity->save();

@patinthehat
Copy link
Collaborator

I'm hesitant to make contract changes to a non-major version update as it could introduce BC for some users. Thoughts, @freekmurze @rubenvanassche @AlexVanderbist @Nielsvanpach?

@patinthehat
Copy link
Collaborator

@zbundy Could you update the unit tests so all tests pass? Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants