4spacesdk / CI4OrmExtension

OrmExtension for CodeIgniter 4
MIT License
50 stars 9 forks source link

Class "CodeIgniter\Entity" not found #30

Closed pranaycb closed 4 months ago

pranaycb commented 4 months ago

Codeigniter4 is no longer using that Entity namespace. Instead Codeigniter now use \CodeIgniter\Entity\Entity namespace. Could you please update the namespace in ci4ormextension\Extensions\Entity file?

Martin-4Spaces commented 4 months ago

@pranaycb I did that some time ago, https://github.com/4spacesdk/CI4OrmExtension/commit/be6c2c98be54ebc96b6046b4f89db66b584208c0 But missed the release part. I will create a new release now :) Thanks!

pranaycb commented 4 months ago

Appreciate your efforts. Great library for ORM for Codeigniter4 ❤