Open noxoua opened 1 year ago
I defined my model in the config, but it wasn't being called in a few places, so I fixed that. In my case this is important because I am using multiple databases and I need to add a getConnectionName method to the model.
getConnectionName
I defined my model in the config, but it wasn't being called in a few places, so I fixed that. In my case this is important because I am using multiple databases and I need to add a
getConnectionName
method to the model.