Closed angelxmoreno closed 7 years ago
Yes, it is expected when using the get
function. you can use find($conditions)->first()
instead
seems to lack cake-orm behavior but good to know!
This is the same behavior you would get when using Cake\ORM\Table::get()
too.
Is it expected to get an exception when i try to fetch a non-existing doc?