auth = new Auth(); $this->friend = new Friend(); $this->group = new Group(); $this->message = new Message(); $this->user = new User(); $this->conversation = new Conversation(); } }