Support the ongoing development of Laravel.io →
Database Eloquent Packages

I want to join multiple tables with default 'users' table in Sentry. I'm using Laravel framework. I tried to change default Sentry model in config file, but when I put "App\Models\User" insted of "Cartalyst\Sentry\Users\Eloquent\User", I'm getting error "Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_ERROR) Class '\App\Model\User' not found"

How can I join multiple tables with default sentry 'users' table by user id?

Cheers

Last updated 2 years ago.
0

Just set User instead of App\Models\User

Last updated 2 years ago.
0

Now I'm getting this error:

"Call to undefined method Illuminate\Database\Query\Builder::checkPersistCode()"

Last updated 2 years ago.
0

You're probably not extending the Sentry User model on your User model, that's required.

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

v0idmp4 v0idmp4 Joined 29 Oct 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.