buzkall

Results 4 comments of buzkall

In case this helps to someone: the "Call to a member function prepare() on null" error was happening to me when running tenancy()->central() because I'm using the session_driver=database and it...

Yes, module() is a scope. Here I attach a simpler example with the code of the scope ![Image](https://github.com/user-attachments/assets/0e3c049d-6557-4bc3-910d-9047f68bc4aa) With the #[Scope] approach I need to add query() or I'll get...

I'm on the Laravel Idea plugin version 11.4.1.252, I've executed the "Generate helper code" function, but I still get the same warning if I set Illuminate\Support\Collection as the return value...

I've invalidaded caches and generated code again, but the same warning keeps appearing 😭