WIP: Implementation of a removeSettingCurrent() method for the down() calls in migrations

remotes/angel/1.11.x
Yannick Warnier 8 years ago
parent 76ce659eb2
commit ca91fc063a
  1. 10
      app/Migrations/AbstractMigrationChamilo.php

@ -135,4 +135,14 @@ abstract class AbstractMigrationChamilo extends AbstractMigration
}
return false;
}
/**
* Remove a setting completely
* @param string $variable The setting variable name
* @return void
*/
public function removeSettingCurrent($variable)
{
//to be implemented
}
}

Loading…
Cancel
Save