michalsn / codeigniter4-uuid

UUID package for CodeIgniter 4 with support for Model and Entity.
MIT License
41 stars 9 forks source link

fix: Uuid Model for compatible with CI 4.5 #10

Closed asnanmtakim closed 6 months ago

asnanmtakim commented 6 months ago

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

michalsn commented 6 months ago

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 commented 6 months ago

I just update my PR. Thank you

michalsn commented 6 months ago

Thank you.