Yuri Pimenov
Yuri Pimenov
I don't need an actual join here, it's costly.
Didn't know about the fork. Ok, I'll reopen this issue there.
Workaround: https://gist.github.com/danaki/f74320a234c8fdcfffa55970e37da070
One more thing, I'm tracking users manually like so: ``` \Tracker::trackVisit( [ 'name' => 'play', 'action' => 'HomeController@play', ], ['path' => '/play'] ); ``` ```
Any updates on this? Module tracks visits, but user_id column is always NULL. \Auth doesn't provide method check() but Guard does. Does moving to $middlewareGroups->'web' help?
Got the same error while following Book/Review tutorial. What is postman?
Can confirm, can't verify signed messages, hence tests are working.
For those interested in workaround if this issue isn't be closed anytime soon: ```