PHP Version
8.4
CodeIgniter4 Version
4.7.2
CodeIgniter4 Installation Method
Composer (using codeigniter4/appstarter)
Which operating systems have you tested for this bug?
Linux
Which server did you use?
apache
Environment
development
Database
MariaDB 11.8.6
What happened?
$Model->find(null) returns an array of the entire table's data. This is unlikely to be what is expected.
Steps to Reproduce
(new AnyModel())->find(null);
Expected Output
null or blank Entity
Anything else?
No response