public function app_tab_page()
 {
     if ($this->maybe_display_installation_wizard()) {
         return;
     }
     parent::app_tab_page();
 }