Closed sidepelican closed 9 months ago
I wish we could make this change, truly I do - this annoying inconsistency is the result of @tanner0101 not updating the API's return type when he changed the implementation all the way back in Fluent 4 beta 5. Unfortunately, changing this would break public API 🙁.
Databases.database(...)
is specified to returnDatabase?
but it never returnsnil
so this PR fixes the signature.