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

fix: Uuid Model for compatible with CI 4.5 #10

Merged
merged 3 commits into from
Apr 22, 2024

Conversation

asnanmtakim
Copy link
Contributor

I have an error on Codeigniter 4.5 like that
image
I think just change a little code in UuidModel will fix that

@michalsn
Copy link
Owner

Thank you @asnanmtakim

Can you also update https://github.com/michalsn/codeigniter4-uuid/blob/develop/.github/workflows/php.yml#L30 - replace all existing versions with 8.1, so we can test if this is working?

-php-versions: ['7.3', '7.4', '8.0']
+php-versions: ['8.1']

Thanks!

@asnanmtakim
Copy link
Contributor Author

I just update my PR. Thank you

@michalsn michalsn merged commit d998a86 into michalsn:develop Apr 22, 2024
1 check passed
@michalsn
Copy link
Owner

Thank you.

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

Successfully merging this pull request may close these issues.

None yet

2 participants