mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Fix typo
This commit is contained in:
parent
82b982a4eb
commit
4429b54ce4
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class MigrationException extends \Exception {
|
|||
private $table;
|
||||
|
||||
public function __construct($table, $message) {
|
||||
$this->$table = $table;
|
||||
$this->table = $table;
|
||||
parent::__construct($message);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue