/**
  * Change default Laravel forgot password Controller.
  */
 private function changeForgotPasswordController()
 {
     $this->publishes(AdminLTE::forgotPasswordController(), 'adminlte');
 }
 /**
  * Change Auth Forgot Password controller.
  */
 private function changeForgotPasswordController()
 {
     $this->install(\Acacha\AdminLTETemplateLaravel\Facades\AdminLTE::forgotPasswordController());
 }