4spacesdk / CI4OrmExtension

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

ErrorException #64 #2

Closed Schop closed 4 years ago

Schop commented 4 years ago

Hi,

This looks primising, but when I install this, i get the following error when trying to use the model:

`ErrorException #64

Declaration of OrmExtension\Extensions\Model::save($entity) must be compatible with CodeIgniter\Model::save($data): bool`

Martin-4Spaces commented 4 years ago

Hi,

Make sure to use the latest version, currently it is 1.0.0-beta.22. The error looks to be an old version.

Schop commented 4 years ago

When I install with composer, I get this: "4spacesdk/ci4ormextension": "^0.6.0"

I'm not very experienced with composer. Should I change the version number manually and update?

Schop commented 4 years ago

I found it, thank you!