user_model = new UserModel(); $this->notification_model = new NotificationModel(); } public function index() { return redirect()->to('profile'); } }