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

Fix typo

parent 82b982a4
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class MigrationException extends \Exception {
private $table;
public function __construct($table, $message) {
$this->$table = $table;
$this->table = $table;
parent::__construct($message);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment