Mahmoud Mokhtar
Results
1
issues of
Mahmoud Mokhtar
Laravel 5.2 Has a different config/auth file for the model you just need to change public function users() { return $this->belongsToMany(config('auth.model'))->withTimestamps(); } to public function users() { return $this->belongsToMany(config('auth.providers.users.model'))->withTimestamps(); }...