Exemplo n.º 1
0
 public function applyFile($file)
 {
     if ($this->checkInteractive('Apply changeset to database?')) {
         parent::applyFile($file);
     }
 }