You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using MongoDB in my Laravel application, to use this extension I need the possibility to override the Models being used that way I have more control and customization of the Models that interact with Stripe Connect.
Models inside the extension should be used by default but can be override by the cashierconnect.php.
The text was updated successfully, but these errors were encountered:
gogl92
changed the title
Possibility to override the database connection
Possibility to override Models
Oct 29, 2023
I've looked at your propsoed funcationality, I will need some time to test this properly, which I do not have right now. I will merge providing this passes testing. It's used on a lot of my production environments, so I do not want to risk merging without testing.
I'm currently using MongoDB in my Laravel application, to use this extension I need the possibility to override the Models being used that way I have more control and customization of the Models that interact with Stripe Connect.
Models inside the extension should be used by default but can be override by the
cashierconnect.php
.The text was updated successfully, but these errors were encountered: