kodeine / laravel-meta

Fluent Meta Data for Eloquent Models, as if it is a property on your model
MIT License
398 stars 89 forks source link

Fixing a bug with the model's connection #81

Closed ChrisThompsonTLDR closed 3 years ago

ChrisThompsonTLDR commented 3 years ago

$this->connection doesn't respect changes that may have occurred to the model's database connection. Multi-tenancy packages for example commonly change the model's connection.

ChrisThompsonTLDR commented 3 years ago

@kodeine can we get this merged please?

kodeine commented 3 years ago

Sorry for the delay, thank you