Skip to content
Snippets Groups Projects
Commit 397a763c authored by Robin Appelman's avatar Robin Appelman
Browse files

add a getter for the table

parent c6053b28
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,11 @@ class MigrationException extends \Exception {
$this->$table = $table;
parent::__construct($message);
}
/**
* @return string
*/
public function getTable() {
return $this->table;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment