add a getter for the table

remotes/origin/ldap_group_count
Robin Appelman 12 years ago
parent c6053b2830
commit 397a763c49
  1. 7
      lib/private/db/migrationexception.php

@ -16,4 +16,11 @@ class MigrationException extends \Exception {
$this->$table = $table;
parent::__construct($message);
}
/**
* @return string
*/
public function getTable() {
return $this->table;
}
}

Loading…
Cancel
Save