PreferencesStore: Remove not required method setTable()

This commit is contained in:
Sukhwinder Dhillon 2022-05-02 16:07:20 +02:00 committed by Johannes Meyer
parent fa7f100c03
commit 0eb3b27e68

@ -132,16 +132,6 @@ class PreferencesStore
return $this->user;
}
/**
* Set the table to use
*
* @param string $table The table name
*/
public function setTable(string $table)
{
$this->table = $table;
}
/**
* Initialize the store
*/