I have 4 models: User: The user model
class User extends Authenticatable { public function affectation() { return $this->hasMany(Affectation: