_stefanzweifel’s avatar_stefanzweifel’s Twitter Archive—№ 829

  1. …in reply to @patrickbrouwers
    @patrickbrouwers Haven't played around with that to be honest. But I guess it would work? In the project were I made the change, we used ->query() before. Now it's just using collection() and inside that method, we just call $this->query() 😅 We even use DB::raw. I will open an issue.