Example #1
0
 /**
  * Tries to fix missing database updates
  *
  * @return  void
  */
 public function fixTask()
 {
     $model = new Models\Database();
     $model->fix();
     App::redirect(Route::url('index.php?option=com_installer&view=database', false));
 }