You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In "BaseRepository abstract class and findByName method": $this->model->where('name'.'='.$name)->first() returns null but in roles table there exists "user" role, so how is that possible to fix it?
In "BaseRepository abstract class and findByName method": $this->model->where('name'.'='.$name)->first() returns null but in roles table there exists "user" role, so how is that possible to fix it?