mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
PreferencesStore: Remove not required method setTable()
This commit is contained in:
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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user