michalsn / codeigniter4-uuid

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

fix(UuidModel): update condition to check if insertion succeeded #3

Closed yassinedoghri closed 3 years ago

yassinedoghri commented 3 years ago

New changes were introduced to the BaseModel when fixing a bug in codeigniter4: https://github.com/codeigniter4/CodeIgniter4/pull/4176

fixes #2

michalsn commented 3 years ago

Thanks!