Junior Grossi
Junior Grossi
Yep, got it. I would have to change Corcel's code to allow that. Gonna do that ASAP. Thanks for reporting.
@callumthomson is this fixed? I don't remember if I did that already! can you check please?
@callumthomson @Larsouille can you reinstall Corcel using the `2.6-fix-themosis` branch and confirm if it's solved? ``` "jgrossi/corcel": "dev-2.6-fix-themosis" ```
actually, Themosis uses almost all Laravel components, so I had to change the check to hard check if `app()` is an instance of Laravel or Lumen implementations, due to Themosis...
@h-collector good call 👏actually the hard part is that Themosis uses a lot of Laravel features/packages, but Corcel works by default with Laravel: 1. if the app is Laravel you...
that would be something just for Themosis, actually! because it's Laravel but it's not 😂
@h-collector but this should be done at the Themosis level, not Corcel's, right?
hey @PayteR thanks for reporting this. yep I agree that's an issue. I'd say the solution is to create your own `User` class extending Corcel's, then you can override `$connection`...
@brightroom thanks for reporting. can you give me more details about the problem? do you get any exception (which)? can you provide a step to reproduce this? just trying to...
hey @michaelbaril thank you. I changed the base branch to 3.0, the current one. can you push some change and make sure tests are passing please? thank you